adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IJobVariableDictionary Interface / ContainsKey Method
The name of the variable to find. Case-insensitive


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

    Parameters

    Key
    The name of the variable to find. Case-insensitive
    See Also