XdmWriterSettings.CanonicalOutputMethod PropertyXdmWriterSettings.CanonicalOutputMethod PropertyXdmWriterSettings::CanonicalOutputMethod Property

Gets the qualified name of the canonical output method.

Syntax

Public Shared ReadOnly Property CanonicalOutputMethod As System.Xml.XmlQualifiedName
        Get
public static System.Xml.XmlQualifiedName CanonicalOutputMethod { get; }
public:
static property System.Xml::XmlQualifiedName^ CanonicalOutputMethod {
    System.Xml::XmlQualifiedName^ get();
}
 

Property Value

Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^

The qualified name of the canonical output method.

Remarks

This output method indicates that the serialization process should produce canonical XML. All serialization properties except ConformanceLevelConformanceLevelConformanceLevel and CheckNamespacesCheckNamespacesCheckNamespaces are ignored in this mode.