Share via


InstallationTemplate.Body Property

Definition

Gets or sets a template body for notification payload which may contain placeholders to be filled in with actual data during the send operation

[Newtonsoft.Json.JsonProperty(PropertyName="body")]
public string Body { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="body")>]
member this.Body : string with get, set
Public Property Body As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to