Click or drag to resize
Json.NET Schema

ValidationErrorValue Property

 
Gets the JSON value when the error occurred.

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

Property Value

Type: Object
The JSON value when the error occurred.
See Also