Response.StatusCode Property

Definition

Gets or sets the status code of the response.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to