WorkflowDataSet.WorkflowPhaseRow.GetWorkflowStageRows method
Gets the collection of WorkflowStageRow objects.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function GetWorkflowStageRows As WorkflowDataSet.WorkflowStageRow()
'Usage
Dim instance As WorkflowDataSet.WorkflowPhaseRow
Dim returnValue As WorkflowDataSet.WorkflowStageRow()
returnValue = instance.GetWorkflowStageRows()
public WorkflowDataSet.WorkflowStageRow[] GetWorkflowStageRows()
Return value
Type: []
See also
Reference
WorkflowDataSet.WorkflowPhaseRow class