Sets the value of the first JsonValue object with the specified name to the specified value. If no such object is found, a new name and JsonValue pair is inserted into the JSON object.
public:
void SetNamedValue(
String^ name,
IJsonValue^ value
)
name
Type: String
The specified name.
value
Type: IJsonValue
The specified value.
Namespace: Windows.Data.Json
Metadata: windows.winmd