LookupTableDataSet.LookupTablesRow.GetLookupTableTreesRows method
Gets all of the values in the lookup table tree.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: []
An array of row objects.
See also
Reference
LookupTableDataSet.LookupTablesRow class