StatusingAssignmentsDataSet.AssignmentsRow.WASSN_ACTUALS_PENDING property
Indicates whether assignment actuals are pending, and if so, whether they have been accepted or rejected by the manager.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WASSN_ACTUALS_PENDING As Byte
Get
Set
'Usage
Dim instance As StatusingAssignmentsDataSet.AssignmentsRow
Dim value As Byte
value = instance.WASSN_ACTUALS_PENDING
instance.WASSN_ACTUALS_PENDING = value
public byte WASSN_ACTUALS_PENDING { get; set; }
Property value
Type: System.Byte
The possible values are: 0 = no actuals pending; 1 = accepted by the manager; 2 = rejected by the manager.
Remarks
The WASSN_ACTUALS_PENDING property shows the current value in the StatusingAssignmentsDataSet, not in the StatusingDataSet.
See also
Reference
StatusingAssignmentsDataSet.AssignmentsRow class