adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IJobVariableDictionary Interface / ContainsKey Method

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
    )

    Parameters

    Key
    See Also