Specifies the version to include in the XML declaration. The version
property value defaults to "1.0". As of this writing, there have been no plans for any other version of the XML specification. However, if another version is created in the future, the version number in the XML specification will be used to identify which version of the specification the document supports.
oMXXMLWriter.version = strVersion strVersion = oMXXMLWriter.version
[propput] HRESULT version ( [in] BSTR strVersion);
[propget] HRESULT version ( [out, retval] BSTR * strVersion);
Read/write. A string representing the version. The default value is "1.0".
To view reference material for Visual Basic or C++ only, click the Language Filter button in the upper-left corner of the page.
Applies to: MXXMLWriter CoClass