System::Xml::XmlReaderSettings::get_CloseInput method

XmlReaderSettings::get_CloseInput method

Returns a value indicating whether the underlying stream or TextReader should be closed when the reader is closed.

bool System::Xml::XmlReaderSettings::get_CloseInput()

ReturnValue

true to close the underlying stream or TextReader when the reader is closed; otherwise false. The default is false.

See Also