adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Option Class / SetValue Method / SetValue(Nullable<Int32>) Method
The new value for the option


In This Topic
    SetValue(Nullable<Int32>) Method
    In This Topic
    Sets a new int value
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetValue( _
       ByVal value As Nullable(Of Integer) _
    ) 
    public void SetValue( 
       Nullable<int> value
    )
    public:
    void SetValue( 
       Nullable<int> value
    ) 

    Parameters

    value
    The new value for the option
    Remarks
    Setting the value does not change the ValueType
    See Also