DriverPrioritizationDataSet.PrioritizationRow.IsDEPARTMENT_UIDNull method
Determines whether the DEPARTMENT_UID property is set to a null value.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsDEPARTMENT_UIDNull As Boolean
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationRow
Dim returnValue As Boolean
returnValue = instance.IsDEPARTMENT_UIDNull()
public bool IsDEPARTMENT_UIDNull()
Return value
Type: System.Boolean
Returns Boolean.
See also
Reference
DriverPrioritizationDataSet.PrioritizationRow class