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

Gets or sets how many IndentChars to write for each level in the hierarchy 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 int Indentation { get; set; }
Visual Basic (Declaration)
Public Property Indentation As Integer
Visual C++
public:
property int Indentation {
	int get ();
	void set (int value);
}

See Also

JsonTextWriter Class
Facebook.Json Namespace