Bagikan melalui


HttpErrorRangeParameters.End Property

Definition

Gets or sets the inclusive end of the http status code range.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to