| 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 public Object Value { get; }
Property Value
Type:
ObjectThe JSON value when the error occurred.
See Also