WorkflowDataSet.WorkflowPhaseRow.IsPHASE_DESCRIPTIONNull method
Determines whether the PHASE_DESCRIPTION property is set to a null value.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsPHASE_DESCRIPTIONNull As Boolean
'Usage
Dim instance As WorkflowDataSet.WorkflowPhaseRow
Dim returnValue As Boolean
returnValue = instance.IsPHASE_DESCRIPTIONNull()
public bool IsPHASE_DESCRIPTIONNull()
Return value
Type: System.Boolean
See also
Reference
WorkflowDataSet.WorkflowPhaseRow class