LookupTableMultiLangDataSet.LookupTableValuesRow.LT_VALUE_NUM property
Valor decimal do nó de uma tabela de pesquisa do tipo de número.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property LT_VALUE_NUM As Decimal
Get
Set
'Uso
Dim instance As LookupTableMultiLangDataSet.LookupTableValuesRow
Dim value As Decimal
value = instance.LT_VALUE_NUM
instance.LT_VALUE_NUM = value
public decimal LT_VALUE_NUM { get; set; }
Property value
Type: System.Decimal
Comentários
Se a tabela de pesquisa multilíngües não for do tipo de número, LT_VALUE_NUM é a null reference (Nothing in Visual Basic).
Ver também
Referência
LookupTableMultiLangDataSet.LookupTableValuesRow class