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


In This Topic
    OptionValue Property
    In This Topic
    The value of the option
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property OptionValue As String
    [CanBeNull()]
    public string OptionValue {get; set;}
    [CanBeNull()]
    public:
    property String^ OptionValue {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    All values are stored as string regardless of the ValueType. Use one of the Get or Set methods to get or set the value as a specific data type.
    See Also