XmlWriter.Settings Property
.NET Framework 4
Gets the XmlWriterSettings object used to create this XmlWriter instance.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System.Xml.XmlWriterSettingsThe XmlWriterSettings object used to create this writer instance. If this writer was not created using the Create method, this property returns null.
The XmlWriterSettings class is used to specify the set of features to support on the created writer instance. The XmlWriterSettings object returned by the Settings property cannot be modified. Any attempt to change individual settings results in an exception being thrown.
For more information, see Creating XML Writers.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.