Click or drag to resize

PropertyBag.Remove Method

Removes a property from the PropertyBag.

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

Parameters

key  String
The name of the property to remove.

Return Value

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

Implements

IDictionary<TKey, TValue>.Remove(TKey)
See Also