Specifies the version to include in XML declarations, for example, <?xml version="1.0">
.
Property Let IMXWriter_version(ByVal RHS As String) Property Get IMXWriter_version() As String
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". The XSLProcessor
object does not implement setting of this property at run time.
To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
MXHTMLWriter CoClass | MXXMLWriter CoClass
Applies to: IMXWriter Interface