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

Parameters

key  String
The name of the property to remove.

Return Value

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

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also