adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Option Class / ValueType Property


In This Topic
    ValueType Property
    In This Topic
    The data type of the option's value
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ValueType As OptionValueType
    public OptionValueType ValueType {get;}
    public:
    property OptionValueType ValueType {
       OptionValueType get();
    }
    See Also