System.Xml.XmlWriter.Settings Property

Gets the System.Xml.XmlWriterSettings object used to create this System.Xml.XmlWriter instance.

Syntax

public virtual XmlWriterSettings Settings { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Xml.XmlWriterSettings class is used to specify the set of features to support on the created writer instance. The System.Xml.XmlWriterSettings object returned by the XmlWriter.Settings property cannot be modified. Any attempt to change individual settings results in an exception being thrown.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0