ProblemDetails.Status Proprietà

Definizione

Codice di stato HTTP([RFC7231], sezione 6) generato dal server di origine per questa occorrenza del problema.

public:
 property Nullable<int> Status { Nullable<int> get(); void set(Nullable<int> value); };
public int? Status { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="status")]
public int? Status { get; set; }
[System.Text.Json.Serialization.JsonPropertyName("status")]
public int? Status { get; set; }
[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyOrder(-3)]
public int? Status { get; set; }
member this.Status : Nullable<int> with get, set
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="status")>]
member this.Status : Nullable<int> with get, set
[<System.Text.Json.Serialization.JsonPropertyName("status")>]
member this.Status : Nullable<int> with get, set
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyOrder(-3)>]
member this.Status : Nullable<int> with get, set
Public Property Status As Nullable(Of Integer)

Valore della proprietà

Attributi

Si applica a