XmlSerializationWriter.Writer Property

Definition

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.

Applies to