adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IJobVariableDictionary Interface / GetVariable Method / GetVariable(Int32) Method
The zero-based index of the variable to get.


In This Topic
    GetVariable(Int32) Method
    In This Topic
    Gets the variable at the specified index;
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Overloads Function GetVariable( _
       ByVal index As Integer _
    ) As IJobVariable
    [NotNull()]
    IJobVariable GetVariable( 
       int index
    )
    [NotNull()]
    IJobVariable^ GetVariable( 
       int index
    ) 

    Parameters

    index
    The zero-based index of the variable to get.

    Return Value

    The variable at the requested index. Throws an exception if the index is not valid.
    Remarks
    Adding or updating variables in this collection only affects the job instance in which the script is running.
    See Also