System::Xml::XmlWriterSettings::set_OmitXmlDeclaration method

XmlWriterSettings::set_OmitXmlDeclaration method

Sets a value indicating whether to omit an XML declaration.

void System::Xml::XmlWriterSettings::set_OmitXmlDeclaration(bool value)
ParameterTypeDescription
valueboolThe value to set.

See Also