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


In This Topic
    JobVariables Property (RemoteAgent)
    In This Topic
    Collection of Job Variables for this agent
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property JobVariables As JobVariableCollection
    [NotNull()]
    public JobVariableCollection JobVariables {get;}
    [NotNull()]
    public:
    property JobVariableCollection^ JobVariables {
       JobVariableCollection^ get();
    }
    Remarks
    Variables defined here override the server-level variables from the Controller (they become the server-level variables for the Agent).
    See Also