Click or drag to resize

DesktopUtilsupdateJSONValue Method

Sets a key/value pair for the passed JObject.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public static void updateJSONValue(
	JObject jsonObject,
	string key,
	JToken value
)

Parameters

jsonObject
Type: JObject
The JSON object to insert the pair into.
key
Type: SystemString
The key to identify the value.
value
Type: JToken
The value stored and identified by key.
See Also