LookupTableMultiLangDataSet.LookupTables property
DataTable for the collection of multilanguage lookup tables.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property LookupTables As LookupTableMultiLangDataSet.LookupTablesDataTable
Get
'Usage
Dim instance As LookupTableMultiLangDataSet
Dim value As LookupTableMultiLangDataSet.LookupTablesDataTable
value = instance.LookupTables
[BrowsableAttribute(false)]
public LookupTableMultiLangDataSet.LookupTablesDataTable LookupTables { get; }
Property value
Type: WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTablesDataTable
See also
Reference
LookupTableMultiLangDataSet class