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: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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