XdmWriterSettings.Method PropertyXdmWriterSettings.Method PropertyXdmWriterSettings::Method Property

Gets or sets the output method.

Syntax

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