Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the task tracking mode that Project Server uses.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<ClientCallableTypeAttribute(ServerTypeId := "5B3E109B-1EBD-4975-B624-28A346B9AC49", _
Name := "TrackingMode")> _
Public Enumeration PSTrackingModeEnum
'Usage
Dim instance As PSTrackingModeEnum
[ClientCallableTypeAttribute(ServerTypeId = "5B3E109B-1EBD-4975-B624-28A346B9AC49",
Name = "TrackingMode")]
public enum PSTrackingModeEnum
Members
| Member name | Description | |
|---|---|---|
| None | Value = 0. The task tracking mode is none. | |
| TimePhased | Value = 1. The task tracking mode is timephased. | |
| PercentComplete | Value = 2. The task tracking mode is by percent complete. | |
| ActualHours | Value = 3. The task tracking mode is by actual hours. |