Share via


StatusingDataSet.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 StatusingDataSet.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

Current values of the WASSN_ACTUALS_PENDING property are shown in the StatusingAssignmentsDataSet, not in the StatusingDataSet (see WASSN_ACTUALS_PENDING).

See Also

Reference

StatusingDataSet.AssignmentsRow Class

StatusingDataSet.AssignmentsRow Members

Statusing Web Service