adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / JobVariableCollection Class / GetVariable Method
The name of the variable to find (case-insensitive).


In This Topic
    GetVariable Method (JobVariableCollection)
    In This Topic
    Gets the variable with the specified name.
    Syntax
    'Declaration
     
    
    Public Function GetVariable( _
       ByVal variableName As String _
    ) As JobVariable
    public JobVariable GetVariable( 
       string variableName
    )
    public:
    JobVariable^ GetVariable( 
       String^ variableName
    ) 

    Parameters

    variableName
    The name of the variable to find (case-insensitive).

    Return Value

    The variable with the specified name, or null if no matching variable is found.
    See Also