LookupTableMultiLangDataSet.LookupTableValuesRow.LT_VALUE_FULL property
Mostra o valor completo de um nó de tabela de pesquisa de vários níveis, incluindo os valores de pai com caracteres separadores.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property LT_VALUE_FULL As String
Get
Set
'Uso
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
Comentários
Por exemplo, se o valor do nó pai de uma tabela de pesquisa multilíngues do tipo texto for England, o valor de filhos for Sussex e o caractere separador é um caractere de pipe ("^"), o valor completo do nó filho é England ^ Sussex.
Ver também
Referência
LookupTableMultiLangDataSet.LookupTableValuesRow class