JSObject.SetMemberValue2(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.