System::Xml::XmlWriterSettings::set_CloseOutput method

XmlWriterSettings::set_CloseOutput method

Sets a value indicating whether the XmlWriter should also close the underlying stream or TextWriter when the XmlWriter::Close method is called.

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

See Also