Share via


LookupTableMultiLangDataSet.LookupTableValuesRow.LT_VALUE_FULL property

Shows the full value of a multilevel lookup table node, including the parent values with separator characters.

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

Syntax

'Declaration
Public Property LT_VALUE_FULL As String
    Get
    Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableValuesRow
Dim value As String

value = instance.LT_VALUE_FULL

instance.LT_VALUE_FULL = value
public string LT_VALUE_FULL { get; set; }

Property value

Type: System.String

Remarks

For example, if the parent node value of a multilanguage lookup table of type Text is England, the child value is Sussex, and the separator character is a caret ("^"), the full value of the child node is England^Sussex.

See also

Reference

LookupTableMultiLangDataSet.LookupTableValuesRow class

LookupTableMultiLangDataSet.LookupTableValuesRow members

WebSvcLookupTable namespace