MinimumLength Property

Json.NET

Json.NET - Quick Starts & API Documentation MinimumLength Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaMinimumLength
Gets or sets the minimum length.
Declaration Syntax
C# Visual Basic Visual C++
public Nullable<int> MinimumLength { get; set; }
Public Property MinimumLength As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int> MinimumLength {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
Value
The minimum length.

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