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.3.1
Syntax
public bool ContainsKey(
	string key
)

Parameters

key
Type: SystemString
The name of the property to locate.

Return Value

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

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also