System::Xml::XmlWriterSettings::get_OutputMethod method

XmlWriterSettings::get_OutputMethod method

Returns the method used to serialize the XmlWriter output.

XmlOutputMethod System::Xml::XmlWriterSettings::get_OutputMethod()

ReturnValue

One of the XmlOutputMethod values. The default is XmlOutputMethod::Xml.

See Also