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
- index
Type: System.Int32
Property value
Type: WebSvcWorkflow.WorkflowDataSet.WorkflowStageRow
See also
Reference
WorkflowDataSet.WorkflowStageDataTable class