set_CloseOutput()

XmlWriterSettings::set_CloseOutput(bool) 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)

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also