Compartir a través de


Response.StatusCode Propiedad

Definición

Obtiene o establece el código de estado de la respuesta.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a