ExclusiveMinimum Property

Json.NET

Json.NET - Quick Starts & API Documentation ExclusiveMinimum Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaExclusiveMinimum
Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.
Declaration Syntax
C# Visual Basic Visual C++
public Nullable<bool> ExclusiveMinimum { get; set; }
Public Property ExclusiveMinimum As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool> ExclusiveMinimum {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
Value
A flag indicating whether the value can not equal the number defined by the "minimum" attribute.

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