System::Xml::XmlWriterSettings::set_ConformanceLevel method

XmlWriterSettings::set_ConformanceLevel method

Sets the level of conformance that the XML writer checks the XML output for.

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

See Also