XdmWriterSettings.SuppressIndentation PropertyXdmWriterSettings.SuppressIndentation PropertyXdmWriterSettings::SuppressIndentation Property

Gets a collection of element names for which indentation must be suppressed.

Syntax

Public ReadOnly Property SuppressIndentation As XmlQualifiedNameCollection
        Get
public XmlQualifiedNameCollection SuppressIndentation { get; }
public:
property XmlQualifiedNameCollection^ SuppressIndentation {
    XmlQualifiedNameCollection^ get();
}
 

Remarks

This property corresponds to the suppress-indentation serialization parameter, which contains a list of expanded QNames. If the indent parameter has the value yes, (that is has value trueTruetrue) and the expanded QName of an element is a member of the list, then whitespace characters will not be added, elided or replaced in its content