Edit

Share via


StatusingDataSet.ProjectsRow.WPROJ_TRACKING_METHOD Property

Definition

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

Applies to