ProjectDataSet.TaskRow.IsTASK_LEVELING_CAN_SPLITNull method
Determines whether the TASK_LEVELING_CAN_SPLIT property is set to a null value.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsTASK_LEVELING_CAN_SPLITNull As Boolean
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim returnValue As Boolean
returnValue = instance.IsTASK_LEVELING_CAN_SPLITNull()
public bool IsTASK_LEVELING_CAN_SPLITNull()
Return value
Type: System.Boolean