Share via


WorkflowDataSet.WorkflowStageDataTable.Item property

Gets a row object in the WorkflowStageDataTable, 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.WorkflowStageRow
    Get
'Usage
Dim instance As WorkflowDataSet.WorkflowStageDataTable
Dim index As Integer
Dim value As WorkflowDataSet.WorkflowStageRow

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

Parameters

Property value

Type: WebSvcWorkflow.WorkflowDataSet.WorkflowStageRow

See also

Reference

WorkflowDataSet.WorkflowStageDataTable class

WorkflowDataSet.WorkflowStageDataTable members

WebSvcWorkflow namespace