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