Click or drag to resize
Json.NET Schema

JSchemaMinimumLength Property

 
Gets or sets the minimum 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> MinimumLength { get; set; }

Property Value

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