XmlReaderSettings.ConformanceLevel Property
Gets or sets the level of conformance with which the XmlReader will comply.
Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)
Syntax
public ConformanceLevel ConformanceLevel { get; set; }
Property Value
One of the ConformanceLevel enumeration values. The default is ConformanceLevel.Document.
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