ProjectDataSet.TaskRow.TASK_LEVELING_CAN_SPLIT Property
Indicates whether the resource leveling function can cause splits on remaining work on this task.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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.