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


In This Topic
    ContainsKey Method (JobVariableCollection)
    In This Topic
    Determines whether the collection contains a variable with the specified name.
    Syntax
    'Declaration
     
    
    Public Function ContainsKey( _
       ByVal variableName As String _
    ) As Boolean
    public bool ContainsKey( 
       string variableName
    )
    public:
    bool ContainsKey( 
       String^ variableName
    ) 

    Parameters

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