PSTrackingMode Members
Include Protected Members
Include Inherited Members
Specifies the task tracking mode that Project Server uses.
The PSTrackingMode type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
ActualHours | Tracks tasks by actual hours of work done and work remaining. | |
None | Uses free-form tracking for tasks, where resources can report hours by using any method (actual hours, percent complete, or timephased). | |
PercentComplete | Tracks tasks by percent of work complete. | |
TimePhased | Uses timephased tracking for tasks, by hours of work done per period. |
Top