共用方式為


HttpErrorRangeParameters.Begin Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to