ProjectDataSet.TaskRow.TASK_TYPE Property

Specifies the task type can be fixed units, fixed duration, or fixed work.

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

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.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

Project Web Service