XmlSerializationReader.Reader Property

Definition

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.

Applies to