System::Xml::XmlReaderSettings::set_ConformanceLevel method

XmlReaderSettings::set_ConformanceLevel method

Sets the level of conformance which the XmlReader will comply.

void System::Xml::XmlReaderSettings::set_ConformanceLevel(System::Xml::ConformanceLevel value)
ParameterTypeDescription
valueSystem::Xml::ConformanceLevelThe value to set.

See Also