Share via


WorkflowDataSet.WorkflowPhaseDataTable.Item property

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

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

Parameters

Property value

Type: WebSvcWorkflow.WorkflowDataSet.WorkflowPhaseRow

See also

Reference

WorkflowDataSet.WorkflowPhaseDataTable class

WorkflowDataSet.WorkflowPhaseDataTable members

WebSvcWorkflow namespace