adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobVariable Class / Value Property


In This Topic
    Value Property (JobVariable)
    In This Topic
    The value of the variable
    Syntax
    'Declaration
     
    
    Public Property Value As String
    public string Value {get; set;}
    public:
    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 ArcanaDevelopment.adTempus.Shared.IJobVariable.VariableType and get/set using one of the specified Value properties.
    See Also