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
index
Type: System.Int32Specifies the row.
Property value
Type: WebSvcWorkflow.WorkflowDataSet.WorkflowPhaseRow
See also
Reference
WorkflowDataSet.WorkflowPhaseDataTable class