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