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