WorkflowDataSet.WorkflowStageCustomFields property

Gets the information about workflow stage custom fields.

Namespace:  WebSvcWorkflow
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property WorkflowStageCustomFields As WorkflowDataSet.WorkflowStageCustomFieldsDataTable
    Get
'Usage
Dim instance As WorkflowDataSet
Dim value As WorkflowDataSet.WorkflowStageCustomFieldsDataTable

value = instance.WorkflowStageCustomFields
[BrowsableAttribute(false)]
public WorkflowDataSet.WorkflowStageCustomFieldsDataTable WorkflowStageCustomFields { get; }

Property value

Type: WebSvcWorkflow.WorkflowDataSet.WorkflowStageCustomFieldsDataTable

See also

Reference

WorkflowDataSet class

WorkflowDataSet members

WebSvcWorkflow namespace