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

Parameters

name  String
The name of the property to remove.

Return Value

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