System::Xml::XmlReaderSettings::get_ConformanceLevel method

XmlReaderSettings::get_ConformanceLevel method

Returns the level of conformance which the XmlReader will comply.

System::Xml::ConformanceLevel System::Xml::XmlReaderSettings::get_ConformanceLevel()

ReturnValue

One of the enumeration values that specifies the level of conformance that the XML reader will enforce. The default is ConformanceLevel::Document.

See Also