EventResponseMessage.Content Property

Definition

Gets or sets the content of the event response message.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to