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 name As String _
    ) As Boolean
    bool ContainsKey( 
       string name
    )

    Parameters

    name
    See Also