Json.NET - Quick Starts & API Documentation
Properties Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaProperties
Gets or sets the JsonSchema of properties.
Declaration Syntax
C#Visual BasicVisual C++
public IDictionary<string, JsonSchema> Properties { get; set; }
Public Property Properties As IDictionary(Of String, JsonSchema)
	Get
	Set
public:
property IDictionary<String^, JsonSchema^>^ Properties {
	IDictionary<String^, JsonSchema^>^ get ();
	void set (IDictionary<String^, JsonSchema^>^ value);
}
Value
The JsonSchema of properties.

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