Compartir a través de


RouteErrorPosition.Line Propiedad

Definición

Obtiene o establece la línea donde se produjo el error de ruta.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a