Pattern Property

Json.NET

Json.NET - Quick Starts & API Documentation Pattern Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaPattern
Gets or sets the pattern.
Declaration Syntax
C# Visual Basic Visual C++
public string Pattern { get; set; }
Public Property Pattern As String
	Get
	Set
public:
property String^ Pattern {
	String^ get ();
	void set (String^ value);
}
Value
The pattern.

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