ResourceDataSet.ResourcesDataTable.Item Property
Gets a row object in the ResourcesDataTable, 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 ResourceDataSet.ResourcesRow
Get
'Usage
Dim instance As ResourceDataSet.ResourcesDataTable
Dim index As Integer
Dim value As ResourceDataSet.ResourcesRow
value = instance.Item(index)
public ResourceDataSet.ResourcesRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Specifies the row.
Property Value
Type: [Workflow Web service].ResourceDataSet.ResourcesRow
See Also
Reference
ResourceDataSet.ResourcesDataTable Class