adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobQueue Class / JobVariables Property


In This Topic
    JobVariables Property (JobQueue)
    In This Topic
    The job variables defined for the queue
    Syntax
    'Declaration
     
    
    Public ReadOnly Property JobVariables As JobVariableCollection
    public JobVariableCollection JobVariables {get;}
    public:
    property JobVariableCollection^ JobVariables {
       JobVariableCollection^ get();
    }
    Remarks

    This collection only contains the variables defined explicitly for the queue. Use GetInheritedVariables to retrieve variables inherited from the server level.

    To override a variable set at a higher level, add a new variable to this collection with the same name and the desired value.

    See Also