Share via


XmlReaderSettings.ValidationType Property

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

Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)

Syntax

public ValidationType ValidationType { get; set; }

Property Value

One of the ValidationType values. The default is ValidationType.None.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

XmlReaderSettings Class
XmlReaderSettings Members
System.Xml Namespace