StatusingDataSet.ProjectsRow.WPROJ_TRACKING_METHOD property

Gets a value that specifies the default tracking method for assignments in the project.

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

Syntax

'Declaration
Public Property WPROJ_TRACKING_METHOD As Integer
    Get
    Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Integer

value = instance.WPROJ_TRACKING_METHOD

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

Property value

Type: System.Int32
The default value is 2 (percent complete).

Remarks

Following are the possible tracking methods:

  • 0 = None

  • 1 = Hours per day

  • 2 = Percent complete

  • 3 =Total hours

See also

Reference

StatusingDataSet.ProjectsRow class

StatusingDataSet.ProjectsRow members

WebSvcStatusing namespace