XdmSerializationSettings.Version PropertyXdmSerializationSettings.Version PropertyXdmSerializationSettings::Version Property

Gets or sets the XML version to be used.

Syntax

Public Property Version As String
        Get
        Set(ByVal value As String)
public string Version { get; set; }
public:
property String^ Version {
    String^ get();
    void set(String^ value);
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

The XML version to be used.

Remarks

This property corresponds to the version serialization parameter.

This parameter specifies the version. This specifies either the version of XML (in XML and XHTML modes), or the HTML version (in HTML mode). This parameter is ignored in the Text output mode. This parameter defaults to 1.0 in XML and XHTML modes, and 4.01 in HTML mode.