Condividi tramite


WorkflowDataSet.WorkflowStageCustomFieldsDataTable.Item property

Gets a row object in the WorkflowStageCustomFieldsDataTable, where the row is specified by an index.

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As WorkflowDataSet.WorkflowStageCustomFieldsRow
    Get
'Usage
Dim instance As WorkflowDataSet.WorkflowStageCustomFieldsDataTable
Dim index As Integer
Dim value As WorkflowDataSet.WorkflowStageCustomFieldsRow

value = instance.Item(index)
public WorkflowDataSet.WorkflowStageCustomFieldsRow this[
    int index
] { get; }

Parameters

Property value

Type: WebSvcWorkflow.WorkflowDataSet.WorkflowStageCustomFieldsRow

See also

Reference

WorkflowDataSet.WorkflowStageCustomFieldsDataTable class

WorkflowDataSet.WorkflowStageCustomFieldsDataTable members

WebSvcWorkflow namespace