EventResponseMessage.ReasonPhrase Property

Definition

Gets or sets the reason phrase of the event response message.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to