Gets the System.Xml.XmlReaderSettings object used to create this System.Xml.XmlReader instance.
Documentation for this section has not yet been entered.
The System.Xml.XmlReaderSettings object can contain sensitive information such as user credentials. Applications must be careful when caching this object or passing it to another component.
The System.Xml.XmlReaderSettings class is used to specify the set of features to support on the created reader instance. The System.Xml.XmlReaderSettings object returned by this property cannot be modified. Any attempt to change individual settings results in an exception being thrown.
For more information, see Create XML Readers.