| JSchemaMaximumItems Property |
Gets or sets the maximum number of array items.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax public Nullable<long> MaximumItems { get; set; }
Property Value
Type:
NullableInt64The maximum number of array items.
See Also