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