XmlSerializationWriter.Writer 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 or sets the XmlWriter that is being used by the XmlSerializationWriter.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
property System::Xml::XmlWriter ^ Writer { System::Xml::XmlWriter ^ get(); void set(System::Xml::XmlWriter ^ value); };
protected System.Xml.XmlWriter Writer { get; set; }
member this.Writer : System.Xml.XmlWriter with get, set
Protected Property Writer As XmlWriter
Property Value
The XmlWriter used by the class instance.
Remarks
The protected members of XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.