System.Xml.Formatting public enum Formatting Documentation Code namespace System.Xml { public enum Formatting { Indented = 1, None = 0 } }