Click or drag to resize

PropertyBagRemovePropertyNoCheck Method

Removes a property without checking whether the PropertyBag is read-only.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.3
Syntax
public bool RemovePropertyNoCheck(
	string name
)

Parameters

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

Return Value

Type: Boolean
True if the property was found and removed, false otherwise.
Remarks
This operation is never exposed to script code.
See Also