Compartir a través de


LookupTableMultiLangDataSet.LookupTableStructures Property

DataTable for the structures 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 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: [LookupTable Web service].LookupTableMultiLangDataSet.LookupTableStructuresDataTable

See Also

Reference

LookupTableMultiLangDataSet Class

LookupTableMultiLangDataSet Members

LookupTable Web Service