System::Xml::XmlReaderSettings::get_ValidationType method

XmlReaderSettings::get_ValidationType method

Returns a value indicating whether the XmlReader will perform validation or type assignment when reading.

System::Xml::ValidationType System::Xml::XmlReaderSettings::get_ValidationType()

ReturnValue

One of the ValidationType values that indicates whether XmlReader will perform validation or type assignment when reading. The default is ValidationType::None.

See Also