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