LookupTableMultiLangDataSet.LookupTableValues Property
DataTable for the values in a multilanguage lookup table.
Namespace: [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl
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: [LookupTable Web service].LookupTableMultiLangDataSet.LookupTableValuesDataTable
See Also
Reference
LookupTableMultiLangDataSet Class