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

Gets or sets which character to use for indenting when Formatting is set to Formatting.Indented.

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

Syntax

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

See Also

JsonTextWriter Class
Facebook.Json Namespace