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

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