LookupTableDataSet.LookupTables property
Collection of lookup tables in the DataSet.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.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