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
     
    
    <NotNullAttribute()>
    Overloads Function Add( _
       ByVal item As IJobVariable _
    ) As IJobVariable
    [NotNull()]
    IJobVariable Add( 
       IJobVariable item
    )
    [NotNull()]
    IJobVariable^ Add( 
       IJobVariable^ item
    ) 

    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