get_CloseOutput()

XmlWriterSettings::get_CloseOutput() method

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

bool System::Xml::XmlWriterSettings::get_CloseOutput()

Return Value

true to also close the underlying stream or TextWriter; otherwise, false. The default is false.

See Also