XdmSerializationSettings.IndentationCharacters PropertyXdmSerializationSettings.IndentationCharacters PropertyXdmSerializationSettings::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

By default the indentation string is two spaces.