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.4.5
Syntax
public void SetPropertyNoCheck(
	string name,
	Object value
)

Parameters

name  String
The name of the property to set.
value  Object
The property value.
Remarks
This operation is never exposed to script code.
See Also