Share via


StatusApprovalDataSet.StatusApprovalsRow.IS_ASSN property

Specifies whether the status approvals row is an assignment.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

StatusApprovalDataSet.StatusApprovalsRow members

WebSvcStatusing namespace