Click or drag to resize

PropertyBagRemove Method

Removes a property from the PropertyBag.

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

Parameters

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

Return Value

Type: Boolean
True if the property was successfully found and removed, false otherwise.

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also