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

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