Share via


StatusingDataSet.AssignmentsRow.WASSN_UPDATE_TRACKING_MODE property

Indicates the updated method that is used to track projects.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property WASSN_UPDATE_TRACKING_MODE As Integer
    Get
    Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
Dim value As Integer

value = instance.WASSN_UPDATE_TRACKING_MODE

instance.WASSN_UPDATE_TRACKING_MODE = value
public int WASSN_UPDATE_TRACKING_MODE { get; set; }

Property value

Type: System.Int32

Remarks

It takes the following values:

Value

Meaning

0

None (default).

1

Timephased actuals.

2

Tracking percent complete.

3

Tracking total actual work and remaining work.

See also

Reference

StatusingDataSet.AssignmentsRow class

StatusingDataSet.AssignmentsRow members

WebSvcStatusing namespace