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 whether the task type in a project is fixed units, fixed work, or fixed duration.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Enumeration TaskType
'Usage
Dim instance As TaskType
public enum TaskType
Members
| Member name | Description | |
|---|---|---|
| FixedUnits | Value=0. The task is fixed units. This is the default task type. | |
| FixedDuration | Value=1. The task is fixed duration. | |
| FixedWork | Value=2. The task is fixed work. | |
| Dummy | Value=1000. The task is a placeholder; for internal use only. |
Remarks
The TaskType constants can be used to compare with or set the following properties: