共用方式為


RouteErrorPosition.Line Property

Definition

Gets or sets line where the route error happened

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to