StaticContextSettings.XmlVersion PropertyStaticContextSettings.XmlVersion PropertyStaticContextSettings::XmlVersion Property

Gets or sets the XML version to be used.

Syntax

Public Property XmlVersion As XmlVersion
        Get
        Set(ByVal value As XmlVersion)
public XmlVersion XmlVersion { get; set; }
public:
property XmlVersion XmlVersion {
    XmlVersion get();
    void set(XmlVersion value);
}
 

Remarks

This parameter specifies the version of XML to use.

By default this property is set to Xml11Xml11Xml11.