| JSchemaMinimum Property |
Gets or sets the minimum value of a number.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax public Nullable<double> Minimum { get; set; }
Property Value
Type:
NullableDoubleThe minimum value of a number.
See Also