JSObject.SetMemberValue2(String, Object) Method

Definition

Sets the value of a field that was dynamically added to the object and stored in field_table.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void SetMemberValue2(System::String ^ name, System::Object ^ value);
public void SetMemberValue2 (string name, object value);
member this.SetMemberValue2 : string * obj -> unit
Public Sub SetMemberValue2 (name As String, value As Object)

Parameters

name
String

The name of the field for which to set the value.

value
Object

The new value of the field.

Applies to

See also