StatusingDataSet.AssignmentsRow.WASSN_MGR_UPDATED Property
A web administration field which indicates whether the manager has updated the assignment.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property WASSN_MGR_UPDATED As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
Dim value As Boolean
value = instance.WASSN_MGR_UPDATED
instance.WASSN_MGR_UPDATED = value
public bool WASSN_MGR_UPDATED { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
StatusingDataSet.AssignmentsRow Class