LookupTableDataSet.LookupTablesRow.GetLookupTableTreesRows Method
Gets all of the values in the lookup table tree.
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 Function GetLookupTableTreesRows As LookupTableDataSet.LookupTableTreesRow()
'Usage
Dim instance As LookupTableDataSet.LookupTablesRow
Dim returnValue As LookupTableDataSet.LookupTableTreesRow()
returnValue = instance.GetLookupTableTreesRows()
public LookupTableDataSet.LookupTableTreesRow[] GetLookupTableTreesRows()
Return Value
Type: []
See Also
Reference
LookupTableDataSet.LookupTablesRow Class