Edit

Share via


ProjectDataSet.TaskRow.TASK_LEVELING_CAN_SPLIT Property

Definition

Indicates whether the resource leveling function can cause splits on remaining work on this task.

public:
 property bool TASK_LEVELING_CAN_SPLIT { bool get(); void set(bool value); };
public bool TASK_LEVELING_CAN_SPLIT { get; set; }
member this.TASK_LEVELING_CAN_SPLIT : bool with get, set
Public Property TASK_LEVELING_CAN_SPLIT As Boolean

Property Value

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.

Applies to