StatusingAssignmentDependenciesDataSet.PreDependenciesRow.WASSN_UPDATE_TRACKING_MODE Property
Indicates the updated method that is used to track projects.
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_UPDATE_TRACKING_MODE As Integer
Get
Set
'Usage
Dim instance As StatusingAssignmentDependenciesDataSet.PreDependenciesRow
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 |
1 |
Timephased actuals. |
2 |
Tracking percent complete. |
3 |
Tracking total actual work and remaining work. |
See Also
Reference
StatusingAssignmentDependenciesDataSet.PreDependenciesRow Class
StatusingAssignmentDependenciesDataSet.PreDependenciesRow Members