DepartmentsDataSet.DepartmentsRow.IsDEPARTMENT_PARENT_UIDNull method
Determines whether the specified DEPARTMENT_PARENT_UID is a null reference (Nothing in Visual Basic).
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsDEPARTMENT_PARENT_UIDNull As Boolean
'Usage
Dim instance As DepartmentsDataSet.DepartmentsRow
Dim returnValue As Boolean
returnValue = instance.IsDEPARTMENT_PARENT_UIDNull()
public bool IsDEPARTMENT_PARENT_UIDNull()
Return value
Type: System.Boolean
See also
Reference
DepartmentsDataSet.DepartmentsRow class