adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IJobVariable Interface / Value Property


In This Topic
    Value Property (IJobVariable)
    In This Topic
    The value of the variable
    Syntax
    'Declaration
     
    
    Property Value As String
    string Value {get; set;}
    property String^ Value {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    All variable values are stored as strings but can be specified as specific data types using the VariableType and get/set using one of the specified Value properties.
    See Also