UserConfigurationDictionary.ContainsKey(Object) Method

Definition

Indicates whether the user configuration dictionary contains an entry with the specified key.

public:
 bool ContainsKey(System::Object ^ key);
public bool ContainsKey (object key);
Public Function ContainsKey (key As Object) As Boolean

Parameters

key
Object

The key to locate in the user configuration dictionary.

Returns

true if the user configuration dictionary contains an entry with the key; otherwise, false.

Applies to