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