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


In This Topic
    SetValue<T>(Nullable<T>) Method
    In This Topic
    Sets a new enum value
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetValue(Of T As {New, Enum, Struct})( _
       ByVal value As Nullable(Of T) _
    ) 
    public void SetValue<T>( 
       Nullable<T> value
    )
    where T: new(), Enum, struct
    public:
    void SetValuegeneric<typename T>
    ( 
       Nullable<T^> value
    ) 
    where T: gcnew(), Enum, value class

    Parameters

    value
    The new value for the option

    Type Parameters

    T
    Remarks
    Setting the value does not change the ValueType
    See Also