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


In This Topic
    JobVariables Property (Job)
    In This Topic
    The job variables defined for the job
    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 job. Use GetInheritedVariables to retrieve variables inherited from higher levels (server, group, queue).

    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