Condividi tramite


ResourceDataSet.ResourceRatesDataTable.Item property

Gets a row object in the ResourceRatesDataTable, where the row is specified by an index.

Namespace:  WebSvcResource
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

Property value

Type: WebSvcResource.ResourceDataSet.ResourceRatesRow

See also

Reference

ResourceDataSet.ResourceRatesDataTable class

ResourceDataSet.ResourceRatesDataTable members

WebSvcResource namespace