Json.NET - Quick Starts & API Documentation
MinimumLength Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaMinimumLength
Gets or sets the minimum length.
Declaration Syntax
C#Visual BasicVisual 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.5.0.0 (4.5.5.14908)