Click or drag to resize
Json.NET Schema

JSchemaMaximumLength Property

 
Gets or sets the maximum length of a string.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public Nullable<long> MaximumLength { get; set; }

Property Value

Type: NullableInt64
The maximum length of a string.
See Also