WorkflowDataSet.WorkflowStatusDataTable.Item property
Gets a row in the WorkflowStatusDataTable, 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.WorkflowStatusRow
Get
'Usage
Dim instance As WorkflowDataSet.WorkflowStatusDataTable
Dim index As Integer
Dim value As WorkflowDataSet.WorkflowStatusRow
value = instance.Item(index)
public WorkflowDataSet.WorkflowStatusRow this[
int index
] { get; }
Parameters
index
Type: System.Int32Specifies the row.
Property value
Type: WebSvcWorkflow.WorkflowDataSet.WorkflowStatusRow
A row object in the workflow status data table.
See also
Reference
WorkflowDataSet.WorkflowStatusDataTable class