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