Click or drag to resize

PropertyBagContainsKey Method

Determines whether the PropertyBag contains a property with the specified name.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public bool ContainsKey(
	string key
)

Parameters

key  String
The name of the property to locate.

Return Value

Boolean
True if the PropertyBag contains a property with the specified name, false otherwise.

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also