adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ICustomProperties Interface / SetDecimalValue Method

In This Topic
    SetDecimalValue Method (ICustomProperties)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetDecimalValue( _
       ByVal name As String, _
       ByVal value As Nullable(Of Decimal) _
    ) 
    void SetDecimalValue( 
       string name,
       Nullable<decimal> value
    )

    Parameters

    name
    value
    See Also