System::Xml::XmlWriterSettings::get_OmitXmlDeclaration method

XmlWriterSettings::get_OmitXmlDeclaration method

Returns a value indicating whether to omit an XML declaration.

bool System::Xml::XmlWriterSettings::get_OmitXmlDeclaration()

ReturnValue

true to omit the XML declaration; otherwise, false. The default is false, an XML declaration is written.

See Also