LookupTableDataSet.LookupTables Property
Collection of lookup tables in the DataSet.
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property LookupTables As LookupTableDataSet.LookupTablesDataTable
Get
'Usage
Dim instance As LookupTableDataSet
Dim value As LookupTableDataSet.LookupTablesDataTable
value = instance.LookupTables
[BrowsableAttribute(false)]
public LookupTableDataSet.LookupTablesDataTable LookupTables { get; }
Property Value
Type: WebSvcLookupTable.LookupTableDataSet.LookupTablesDataTable