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.
Indicates whether the resource leveling function can cause splits on remaining work on this task.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.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.