LookupTableDataSet.LookupTablesDataTable.Item property
Gets a row object in the LookupTablesDataTable by using the specified parameter.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As LookupTableDataSet.LookupTablesRow
Get
'Usage
Dim instance As LookupTableDataSet.LookupTablesDataTable
Dim index As Integer
Dim value As LookupTableDataSet.LookupTablesRow
value = instance.Item(index)
public LookupTableDataSet.LookupTablesRow this[
int index
] { get; }
Parameters
index
Type: System.Int32An integer that specifies a row in the LookupTablesDataTable.
Property value
Type: WebSvcLookupTable.LookupTableDataSet.LookupTablesRow
A lookup table row object.
See also
Reference
LookupTableDataSet.LookupTablesDataTable class