LookupTableDataSet.LookupTableTrees Property

DataTable for lookup table values.

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
<BrowsableAttribute(False)> _
Public ReadOnly Property LookupTableTrees As LookupTableDataSet.LookupTableTreesDataTable
    Get
'Usage
Dim instance As LookupTableDataSet
Dim value As LookupTableDataSet.LookupTableTreesDataTable

value = instance.LookupTableTrees
[BrowsableAttribute(false)]
public LookupTableDataSet.LookupTableTreesDataTable LookupTableTrees { get; }

Property Value

Type: [LookupTable Web service].LookupTableDataSet.LookupTableTreesDataTable

Remarks

A lookup table value is one LookupTableDataSet.LookupTableTreesRow in LookupTableTrees.

For more information, see Walkthrough: Creating a Hierarchical Lookup Table.

See Also

Reference

LookupTableDataSet Class

LookupTableDataSet Members

LookupTable Web Service