StatusingDataSet.AssignmentsRow.WASSN_IS_NEW_ASSN Property
A web administration field which indicates whether the assignment is newly created.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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 or not the “New!” text is visible on the Project Web Access page for the specified assignment.
See Also
Reference
StatusingDataSet.AssignmentsRow Class