LoadedSchemas Property

Json.NET

Json.NET - Quick Starts & API Documentation LoadedSchemas Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaResolverLoadedSchemas
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.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)