Compartir a través de


RequestReportRecordContract.ResponseCode Propiedad

Definición

Obtiene o establece el código de estado HTTP devuelto por la puerta de enlace.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a