LookupTableMultiLangDataSet.LookupTableValues Property
DataTable for the values in a multilanguage lookup table.
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property LookupTableValues As LookupTableMultiLangDataSet.LookupTableValuesDataTable
Get
'Usage
Dim instance As LookupTableMultiLangDataSet
Dim value As LookupTableMultiLangDataSet.LookupTableValuesDataTable
value = instance.LookupTableValues
[BrowsableAttribute(false)]
public LookupTableMultiLangDataSet.LookupTableValuesDataTable LookupTableValues { get; }
Property Value
Type: WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableValuesDataTable
See Also
Reference
LookupTableMultiLangDataSet Class