adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ICustomProperties Interface / ContainsKey Method


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

    Parameters

    key
    See Also