WorkflowDataSet.WorkflowStageDataTable.Item Property

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

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 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: [Workflow Web service].WorkflowDataSet.WorkflowStageRow

See Also

Reference

WorkflowDataSet.WorkflowStageDataTable Class

WorkflowDataSet.WorkflowStageDataTable Members

Workflow Web Service