XmlWriterSettings.WriteEndDocumentOnClose Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that indicates whether the XmlWriter will add closing tags to all unclosed element tags when the Close method is called.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System.Booleantrue if all unclosed element tags will be closed out; otherwise, false. The default value is true.
Show: