StatusApprovalDataSet.StatusApprovalsRow.IS_ASSN Property
Specifies whether the status approvals row is an assignment.
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 IS_ASSN As Boolean
Get
Set
'Usage
Dim instance As StatusApprovalDataSet.StatusApprovalsRow
Dim value As Boolean
value = instance.IS_ASSN
instance.IS_ASSN = value
public bool IS_ASSN { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
StatusApprovalDataSet.StatusApprovalsRow Class