PropertyBagSetPropertyNoCheck Method |
Sets a property value without checking whether the
PropertyBag is read-only.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public void SetPropertyNoCheck(
string name,
Object value
)
Public Sub SetPropertyNoCheck (
name As String,
value As Object
)
public:
void SetPropertyNoCheck(
String^ name,
Object^ value
)
member SetPropertyNoCheck :
name : string *
value : Object -> unit
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