XdmWriterSettings.AutoOutputMethod PropertyXdmWriterSettings.AutoOutputMethod PropertyXdmWriterSettings::AutoOutputMethod Property

Gets the qualified name of the auto output method.

Syntax

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

Property Value

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

The qualified name of the auto output method.

Remarks

This method implements the behaviour described in XSLT 2.0 where no method has been specified. The method is decided based on the content of the tree being serialized.