StatusingDataSet.TasksRow.TASK_TYPE property
Specifies the task type.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_TYPE As Short
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As Short
value = instance.TASK_TYPE
instance.TASK_TYPE = value
public short TASK_TYPE { get; set; }
Property value
Type: System.Int16
Remarks
The task type can be fixed units, fixed duration, or fixed work.
See also
Reference
StatusingDataSet.TasksRow class