QuoteName Property

Json.NET

Json.NET - Quick Starts & API Documentation QuoteName Property
NamespacesNewtonsoft.JsonJsonTextWriterQuoteName
Gets or sets a value indicating whether object names will be surrounded with quotes.
Declaration Syntax
C# Visual Basic Visual C++
public bool QuoteName { get; set; }
Public Property QuoteName As Boolean
	Get
	Set
public:
property bool QuoteName {
	bool get ();
	void set (bool value);
}

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