| SchemaValidationEventArgsPath Property |
Gets the path of the JSON location where the validation event occurred.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax public string Path { get; }
Property Value
Type:
StringThe path of the JSON location where the validation event occurred.
See Also