get_CloseInput()

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()

Return Value

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

See Also