SetInteger method: JsonValue class
Syntax
SetInteger(Value)
Description
Use this method to set the integer value of the object.
Parameters
| Parameter | Description |
|---|---|
|
Value |
Specifies an integer value. |
Returns
None.
Example
Local JsonValue &jVal = CreateJsonValue();
&jVal.SetInteger(5);