ResourceDataSet.ResourcesDataTable.Item property

Gets a row in the ResourcesDataTable, 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.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

Property value

Type: WebSvcTimeSheet.ResourceDataSet.ResourcesRow
A row object in the resources data table.

See also

Reference

ResourceDataSet.ResourcesDataTable class

ResourceDataSet.ResourcesDataTable members

WebSvcTimeSheet namespace