Click or drag to resize
Json.NET Schema

SchemaValidationEventArgsMessage Property

 
Gets the text description corresponding to the validation event.

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

Property Value

Type: String
The text description.
See Also