StatusingDataSet.ProjectsRow.WPROJ_TRACKING_METHOD Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that specifies the default tracking method for assignments in the project.
public:
property int WPROJ_TRACKING_METHOD { int get(); void set(int value); };
public int WPROJ_TRACKING_METHOD { get; set; }
member this.WPROJ_TRACKING_METHOD : int with get, set
Public Property WPROJ_TRACKING_METHOD As Integer
Property Value
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