[This is preliminary documentation and is subject to change.]

Gets or sets a value indicating whether object names will be surrounded with quotes.

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public bool QuoteName { get; set; }
Visual Basic (Declaration)
Public Property QuoteName As Boolean
Visual C++
public:
property bool QuoteName {
	bool get ();
	void set (bool value);
}

See Also

JsonTextWriter Class
Facebook.Json Namespace