Options Property

Json.NET

Json.NET - Quick Starts & API Documentation Options Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaOptions
Gets or sets a collection of options.
Declaration Syntax
C# Visual Basic Visual C++
public IDictionary<JToken, string> Options { get; set; }
Public Property Options As IDictionary(Of JToken, String)
	Get
	Set
public:
property IDictionary<JToken^, String^>^ Options {
	IDictionary<JToken^, String^>^ get ();
	void set (IDictionary<JToken^, String^>^ value);
}
Value
A collection of options.

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