WorkflowDataSet.WorkflowStatusRow.IsNEXT_STAGE2Null method
Determines whether the NEXT_STAGE2() property is set to a null value.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsNEXT_STAGE2Null As Boolean
'Usage
Dim instance As WorkflowDataSet.WorkflowStatusRow
Dim returnValue As Boolean
returnValue = instance.IsNEXT_STAGE2Null()
public bool IsNEXT_STAGE2Null()
Return value
Type: System.Boolean
True if the property value is set to null; otherwise, False.
See also
Reference
WorkflowDataSet.WorkflowStatusRow class