System.Xml.ConformanceLevel.Auto Field

The System.Xml.XmlReader or System.Xml.XmlWriter object automatically detects whether document or fragment checking should be performed, and does the appropriate checking. In the case where you are wrapping another System.Xml.XmlReader or System.Xml.XmlWriter object, the outer object does not do any additional conformance checking. Conformance checking is left up to the underlying object.

Syntax

ConformanceLevel Auto

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0