ResourceDataSet.ResourceRatesDataTable.Item Property
Gets a row object in the ResourceRatesDataTable, where the row is specified by an index.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As ResourceDataSet.ResourceRatesRow
Get
'Usage
Dim instance As ResourceDataSet.ResourceRatesDataTable
Dim index As Integer
Dim value As ResourceDataSet.ResourceRatesRow
value = instance.Item(index)
public ResourceDataSet.ResourceRatesRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Specifies the row.
Property Value
Type: [Resource Web service].ResourceDataSet.ResourceRatesRow
See Also
Reference
ResourceDataSet.ResourceRatesDataTable Class