Syntax
SetResponse(response_value)
Description
Use this method to set the response value of the JSON Node.
Parameters
Name | Description |
---|---|
response_value | Specifies the response value of the JSON Node as a Response object. |
Returns
None.
Example
Local PSM_JSON:Node &oNode = create PSM_JSON:Node();
&oNode.SetResponse(%Response);