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

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