Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Decimal value of the node for a lookup table of the Number type.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property LT_VALUE_NUM As Decimal
Get
Set
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesRow
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 is not of the Number type, LT_VALUE_NUM is a null reference (Nothing in Visual Basic).
See also
Reference
LookupTableDataSet.LookupTableTreesRow class