adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ISupportJobVariables Interface / JobVariables Property


In This Topic
    JobVariables Property (ISupportJobVariables)
    In This Topic
    The job variables defined for the object
    Syntax
    'Declaration
     
    
    ReadOnly Property JobVariables As JobVariableCollection
    JobVariableCollection JobVariables {get;}
    property JobVariableCollection^ JobVariables {
       JobVariableCollection^ get();
    }
    Remarks

    This collection only contains the variables defined explicitly for the object. Use GetInheritedVariables to retrieve variables inherited from higher levels.

    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