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