DelegatingXmlDictionaryWriter.InnerWriter Property

Definition

Get the wrapped writer.

protected:
 property System::Xml::XmlDictionaryWriter ^ InnerWriter { System::Xml::XmlDictionaryWriter ^ get(); };
protected System.Xml.XmlDictionaryWriter InnerWriter { get; }
member this.InnerWriter : System.Xml.XmlDictionaryWriter
Protected ReadOnly Property InnerWriter As XmlDictionaryWriter

Property Value

Returns a XmlDictionaryWriter.

Applies to