ProjectDataSet.TaskRow.TASK_TYPE property
Specifies the task type can be fixed units, fixed duration, or fixed work.
Namespace: WebSvcProject
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.