get_ValidationType()

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

Return Value

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

See Also