XdmReaderSettings.ConformanceLevel PropertyXdmReaderSettings.ConformanceLevel PropertyXdmReaderSettings::ConformanceLevel Property

Gets or sets the level of conformance to which the XdmReaderXdmReaderXdmReader will comply.

Syntax

Public Property ConformanceLevel As System.Xml.ConformanceLevel
        Get
        Set(ByVal value As System.Xml.ConformanceLevel)
public System.Xml.ConformanceLevel ConformanceLevel { get; set; }
public:
property System.Xml::ConformanceLevel ConformanceLevel {
    System.Xml::ConformanceLevel get();
    void set(System.Xml::ConformanceLevel value);
}
 

Property Value

Type: System.Xml.ConformanceLevelSystem.Xml.ConformanceLevelSystem.Xml::ConformanceLevel

One of the ConformanceLevelConformanceLevelConformanceLevel values. The default is DocumentDocumentDocument.