adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / CustomProperty Class / DecimalValue Property

In This Topic
    DecimalValue Property (CustomProperty)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property DecimalValue As Nullable(Of Decimal)
    public Nullable<decimal> DecimalValue {get; set;}
    See Also