Json.NET - Quick Starts & API Documentation
LoadedSchemas Property
Namespaces ► Newtonsoft.Json.Schema ► JsonSchemaResolver ► LoadedSchemas
Gets or sets the loaded schemas.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IList<JsonSchema> LoadedSchemas { get; protected set; }
Public Property LoadedSchemas As IList(Of JsonSchema) Get Protected Set
public: property IList<JsonSchema^>^ LoadedSchemas { IList<JsonSchema^>^ get (); protected: void set (IList<JsonSchema^>^ value); }
Value
The loaded schemas.