LookupTableMultiLangDataSet.LookupTables Property
DataTable for the collection of multilanguage lookup tables.
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 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: [LookupTable Web service].LookupTableMultiLangDataSet.LookupTablesDataTable
See Also
Reference
LookupTableMultiLangDataSet Class