InstallationTemplate.Body Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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