Json.NET - Quick Starts & API Documentation
Schema Property
NamespacesNewtonsoft.JsonJsonValidatingReaderSchema
Gets or sets the schema.
Declaration Syntax
C#Visual BasicVisual C++
public JsonSchema Schema { get; set; }
Public Property Schema As JsonSchema
	Get
	Set
public:
property JsonSchema^ Schema {
	JsonSchema^ get ();
	void set (JsonSchema^ value);
}
Value
The schema.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)