Click or drag to resize

PropertyBagSetPropertyNoCheck Method

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

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.4
Syntax
public void SetPropertyNoCheck(
	string name,
	Object value
)

Parameters

name
Type: SystemString
The name of the property to set.
value
Type: SystemObject
The property value.
Remarks
This operation is never exposed to script code.
See Also