LookupTableMultiLangDataSet.LookupTableValuesRow.LT_VALUE_DESC property
Especifica a descrição do valor de tabela de pesquisa.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property LT_VALUE_DESC As String
Get
Set
'Uso
Dim instance As LookupTableMultiLangDataSet.LookupTableValuesRow
Dim value As String
value = instance.LT_VALUE_DESC
instance.LT_VALUE_DESC = value
public string LT_VALUE_DESC { get; set; }
Property value
Type: System.String
Ver também
Referência
LookupTableMultiLangDataSet.LookupTableValuesRow class