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

Gets the quotation mark character used to enclose the value of a string.

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

Syntax

C#
public virtual char QuoteChar { get; protected internal set; }
Visual Basic (Declaration)
Public Overridable Property QuoteChar As Char
Visual C++
public:
virtual property wchar_t QuoteChar {
	wchar_t get ();
	void set (wchar_t value);
}

See Also

JsonReader Class
Facebook.Json Namespace