DivisibleBy Property

Json.NET

Json.NET - Quick Starts & API Documentation DivisibleBy Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaDivisibleBy
Gets or sets a number that the value should be divisble by.
Declaration Syntax
C# Visual Basic Visual C++
public Nullable<double> DivisibleBy { get; set; }
Public Property DivisibleBy As Nullable(Of Double)
	Get
	Set
public:
property Nullable<double> DivisibleBy {
	Nullable<double> get ();
	void set (Nullable<double> value);
}
Value
A number that the value should be divisble by.

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