Icon Content Property

property Content: String

Specifies the textual content to include as the content part. This property, the ContentStream, and the RawContent property are mutually-exclusive. If more than one property is assigned a value, then the ContentStream property will take precedence, followed by the RawContent property, followed by the Content property.

Information If this property is assigned a value and the Content-Type header is not specified using the Headers property, it will be automatically set to "application/json; charset=utf-8" when the server request is executed.
Image