StatusingDataSet.AssignmentsRow.WASSN_IS_NEW_ASSN property
A web administration field that indicates whether the assignment is newly created.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WASSN_IS_NEW_ASSN As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
Dim value As Boolean
value = instance.WASSN_IS_NEW_ASSN
instance.WASSN_IS_NEW_ASSN = value
public bool WASSN_IS_NEW_ASSN { get; set; }
Property value
Type: System.Boolean
Remarks
Indicates whether the "New" text is visible on the Project Web App page for the specified assignment.
See also
Reference
StatusingDataSet.AssignmentsRow class