ResourceDataSet.ResourcesDataTable.Item property
Gets a row in the ResourcesDataTable, 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.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.Int32Specifies the row.
Property value
Type: WebSvcResource.ResourceDataSet.ResourcesRow
A row object.
See also
Reference
ResourceDataSet.ResourcesDataTable class