WorkflowDataSet.WorkflowStageRow.GetWorkflowStageCustomFieldsRows Method
Gets the collection of WorkflowStageCustomFieldsRow 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 GetWorkflowStageCustomFieldsRows As WorkflowDataSet.WorkflowStageCustomFieldsRow()
'Usage
Dim instance As WorkflowDataSet.WorkflowStageRow
Dim returnValue As WorkflowDataSet.WorkflowStageCustomFieldsRow()
returnValue = instance.GetWorkflowStageCustomFieldsRows()
public WorkflowDataSet.WorkflowStageCustomFieldsRow[] GetWorkflowStageCustomFieldsRows()
Return Value
Type: []
See Also
Reference
WorkflowDataSet.WorkflowStageRow Class