LookupTableDataSet.LookupTableTreesRow.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 LookupTableDataSet.LookupTableTreesRow
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 lookup table of type Text is England, the child value is Sussex, and the separator character is a period ("^"), the full value of the child node is England^Sussex.
See also
Reference
LookupTableDataSet.LookupTableTreesRow class