Json.NET - Quick Starts & API Documentation
Schema Property
Namespaces ► Newtonsoft.Json ► JsonValidatingReader ► Schema
Gets or sets the schema.
Declaration Syntax
C# | Visual Basic | Visual 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.