LookupTableMultiLangDataSet.LookupTableValuesRow.LT_VALUE_NUM Property
Used for storing numeric values for a lookup table entry.
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property LT_VALUE_NUM As Decimal
Get
Set
'Usage
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
Remarks
If the lookup table entry type is numeric, and not text or date/time, then the value of lookup table entry is stored in this property.
See Also
Reference
LookupTableMultiLangDataSet.LookupTableValuesRow Class