共用方式為


RouteErrorPosition.Column Property

Definition

Gets or sets column where the route error happened

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to