Click or drag to resize
Json.NET Schema

ValidationErrorLinePosition Property

 
Gets the line position indicating where the error occurred.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public int LinePosition { get; }

Property Value

Type: Int32
The line position indicating where the error occurred.
See Also