adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IJobVariableDictionary Interface / Add Method / Add(IJobVariable) Method
The variable to add.

In This Topic
    Add(IJobVariable) Method
    In This Topic
    Adds a variable.
    Syntax
    'Declaration
     
    
    Overloads Function Add( _
       ByVal item As IJobVariable _
    ) As IJobVariable

    Parameters

    item
    The variable to add.
    Remarks
    Adding or updating variables in this collection only affects the job instance in which the script is running.
    See Also