StatusingAssignmentsDataSet.AssignmentsRow.WASSN_DELETED_IN_PROJ property
Indicates whether this assignment has been 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 StatusingAssignmentsDataSet.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
StatusingAssignmentsDataSet.AssignmentsRow class