ResourceDataSet.ResourceRatesDataTable.Item property
Gets a row object in the ResourceRatesDataTable, where the row is specified by an index.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.Int32Specifies the row.
Property value
Type: WebSvcTimeSheet.ResourceDataSet.ResourceRatesRow
See also
Reference
ResourceDataSet.ResourceRatesDataTable class