adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / OptionCollection Class / ContainsKey Method
The name of the option to get (case-insensitive)


In This Topic
    ContainsKey Method (OptionCollection)
    In This Topic
    Determines whether the collection contains an option with the specified name
    Syntax
    'Declaration
     
    
    Public Function ContainsKey( _
       ByVal optionName As String _
    ) As Boolean
    public bool ContainsKey( 
       string optionName
    )
    public:
    bool ContainsKey( 
       String^ optionName
    ) 

    Parameters

    optionName
    The name of the option to get (case-insensitive)
    See Also