XmlSerializationReader.Reader Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the XmlReader object that is being used by XmlSerializationReader.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
property System::Xml::XmlReader ^ Reader { System::Xml::XmlReader ^ get(); };
protected System.Xml.XmlReader Reader { get; }
member this.Reader : System.Xml.XmlReader
Protected ReadOnly Property Reader As XmlReader
Property Value
The XmlReader that is being used by the XmlSerializationReader.
Remarks
The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.