| 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 public Nullable<long> MaximumLength { get; set; }
Property Value
Type:
NullableInt64The maximum length of a string.
See Also