Enum Property

Json.NET

Json.NET - Quick Starts & API Documentation Enum Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaEnum
Gets or sets the a collection of valid enum values allowed.
Declaration Syntax
C# Visual Basic Visual C++
public IList<JToken> Enum { get; set; }
Public Property Enum As IList(Of JToken)
	Get
	Set
public:
property IList<JToken^>^ Enum {
	IList<JToken^>^ get ();
	void set (IList<JToken^>^ value);
}
Value
A collection of valid enum values allowed.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)