StatusingDataSet.AssignmentsRow.WASSN_DELETED_IN_PROJ property
Indicates whether this assignment is marked for deletion for purposes of web administration
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.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