Share via


StatusApprovalDataSet.StatusApprovalsRow.WOBJ_ISSUE_REF_CNT Property

Specifies the number of issues that are linked to the web object.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public Property WOBJ_ISSUE_REF_CNT As Integer
    Get
    Set
'Usage
Dim instance As StatusApprovalDataSet.StatusApprovalsRow
Dim value As Integer

value = instance.WOBJ_ISSUE_REF_CNT

instance.WOBJ_ISSUE_REF_CNT = value
public int WOBJ_ISSUE_REF_CNT { get; set; }

Property Value

Type: System.Int32

See Also

Reference

StatusApprovalDataSet.StatusApprovalsRow Class

StatusApprovalDataSet.StatusApprovalsRow Members

Statusing Web Service