LookupTableMultiLangDataSet.LookupTablesDataTable.Item Property
Gets a row object in the LookupTablesDataTable by using the specified parameter.
Namespace: [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As LookupTableMultiLangDataSet.LookupTablesRow
Get
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTablesDataTable
Dim index As Integer
Dim value As LookupTableMultiLangDataSet.LookupTablesRow
value = instance.Item(index)
public LookupTableMultiLangDataSet.LookupTablesRow this[
int index
] { get; }
- index
Type: System.Int32
An integer that specifies a row in the LookupTablesDataTable.
Type: [LookupTable Web service].LookupTableMultiLangDataSet.LookupTablesRow
LookupTableMultiLangDataSet.LookupTablesDataTable Class