Share via


LookupTableMultiLangDataSet.LookupTableStructuresRow.GetLookupTableValuesRows method

Retrieves the list of values from the related multilanguage lookup table.

Namespace:  WebSvcLookupTable
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Function GetLookupTableValuesRows As LookupTableMultiLangDataSet.LookupTableValuesRow()
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableStructuresRow
Dim returnValue As LookupTableMultiLangDataSet.LookupTableValuesRow()

returnValue = instance.GetLookupTableValuesRows()
public LookupTableMultiLangDataSet.LookupTableValuesRow[] GetLookupTableValuesRows()

Return value

Type: []

See also

Reference

LookupTableMultiLangDataSet.LookupTableStructuresRow class

LookupTableMultiLangDataSet.LookupTableStructuresRow members

WebSvcLookupTable namespace