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 BasicVisual 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.5.0.0 (4.5.5.14908)