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 type (fixed units, fixed duration, or fixed work).
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_TYPE As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Integer
value = instance.TASK_TYPE
instance.TASK_TYPE = value
public int TASK_TYPE { get; set; }
Property value
Type: System.Int32
Remarks
TASK_TYPE controls the effect that editing work, assignment units, or duration has on the calculation of the other two fields. The options are:
0 - Fixed Units (default) - The number of Assignment Units remains constant, regardless of the amount of work or the duration on the task.
1 - Fixed Duration - The duration of the task remains constant, regardless of the number of resources (Assignment Units) that are assigned or the amount of work.
2 - Fixed Work - The amount of work remains constant, regardless of any change in duration or the number of resources (Assignment Units) that are assigned to the task.