StatusingDataSet.AssignmentsRow.WASSN_DELETED_IN_PROJ Property
Indicates whether or not this assignment has been marked for deletion for purposes of web administration
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property WASSN_DELETED_IN_PROJ As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
Dim value As Boolean
value = instance.WASSN_DELETED_IN_PROJ
instance.WASSN_DELETED_IN_PROJ = value
public bool WASSN_DELETED_IN_PROJ { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
StatusingDataSet.AssignmentsRow Class