XdmWriterSettings.IndentationCharacters PropertyXdmWriterSettings.IndentationCharacters PropertyXdmWriterSettings::IndentationCharacters Property

Gets or sets the character string used for indentation.

Syntax

Public Property IndentationCharacters As String
        Get
        Set(ByVal value As String)
public string IndentationCharacters { get; set; }
public:
property String^ IndentationCharacters {
    String^ get();
    void set(String^ value);
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

The string of characters used for indentation.

Remarks

This is equivalent to the indentation-characters parameter in the http://www.xmlprime.com/serialization namespace.

By default the indentation string is two spaces.

This property is ignored if IndentIndentIndent is set to falseFalsefalse, or MethodMethodMethod is set to TextOutputMethodTextOutputMethodTextOutputMethod or CanonicalOutputMethodCanonicalOutputMethodCanonicalOutputMethod.