MaximumLength Property

Json.NET

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

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