| JSchemaEnum Property |
Gets the collection of valid enum values allowed.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax public IList<JToken> Enum { get; }
Property Value
Type:
IListJTokenA collection of valid enum values allowed.
See Also