ProjectDataSet.TaskRow.TASK_LEVELING_CAN_SPLIT Property

Task leveling can split indicates whether the resource leveling function can cause splits on remaining work on this task.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property TASK_LEVELING_CAN_SPLIT As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Boolean

value = instance.TASK_LEVELING_CAN_SPLIT

instance.TASK_LEVELING_CAN_SPLIT = value
public bool TASK_LEVELING_CAN_SPLIT { get; set; }

Property Value

Type: System.Boolean

Remarks

If TASK_LEVELING_CAN_SPLIT is set to true, leveling can interrupt the task. If this field is set to false, leveling cannot split the task.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

WebSvcStatusing Namespace