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


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

    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