SetComment
Type, Introduced in version 2.18
Sets the values of a comment.
Used by the following types:
Properties
| Name | Type | Summary | Introduced in | 
|---|---|---|---|
| Text | String | The comment text with HTML formatting. 
 | |
| RawText | String | The comment text without HTML formatting. In MONITOR this is used exclusively for indexing purposes and is not shown anywhere in the system. | 
Example
{
  "Text": null,
  "RawText": null
}