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