Version property (Application object)
Returns the version of a running Microsoft Visio instance.
Version added
2.0
Syntax
| |
strRet |
String. The Visio major and minor version numbers. |
object |
Required. An expression that returns an Application object. |
Remarks
Use the Version property of the Application object to verify the version of a particular Visio instance. This information is helpful if your program requires a particular version. Both the major and minor version numbers are returned. The string returned by Microsoft Visio 2002 is "10.0".