Share via


WorkflowDataSet.WorkflowAssociationDataTable.Item Property

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

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

Parameters

Property Value

Type: [Workflow Web service].WorkflowDataSet.WorkflowAssociationRow

See Also

Reference

WorkflowDataSet.WorkflowAssociationDataTable Class

WorkflowDataSet.WorkflowAssociationDataTable Members

Workflow Web Service