WorkflowDataSet.WorkflowStageRow.GetWorkflowStageCustomFieldsRows method
Gets the collection of WorkflowStageCustomFieldsRow objects.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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