EventResponseMessage.StatusCode Property

Definition

Gets or sets the status code of the event response message.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to