Discuss this help topic in SecureBlackbox Forum

TElXMLDOMDocument.Version

TElXMLDOMDocument     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies XML version.

Declaration

[C#]
    string Version;

[VB.NET]
    Property Version As String

[Pascal]
    property Version : XMLString;

[C++]
    void get_Version(sb_u16string &OutResult);
    void get_Version(std::wstring &OutResult);
    void set_Version(const sb_u16string &Value);
    void set_Version(const std::wstring &Value);

[PHP]
    string get_Version()
    void set_Version(string $Value)

[Java]
    String getVersion();
    void setVersion(String Value);

Description

    Use this property to specify XML version. The default value is "1.0".

Discuss this help topic in SecureBlackbox Forum