LookupTableDataSet.LookupTableTreesDataTable.Item Property
Gets a row object in the LookupTableTreesDataTable 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
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.Int32
An integer that specifies a row in the LookupTableTreesDataTable.
Property Value
Type: [LookupTable Web service].LookupTableDataSet.LookupTableTreesRow
See Also
Reference
LookupTableDataSet.LookupTableTreesDataTable Class