ExclusiveMaximum Property

Json.NET

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

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