ProjectDataSet.TaskRow.TASK_LEVELING_CAN_SPLIT Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.