WorkflowDataSet.WorkflowPhaseRow.GetWorkflowStageRows Method
Gets the collection of WorkflowStageRow objects.
Namespace: [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl
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