Version Property
Home Page (Objects) | Overview | FAQ | Reference
Applies to: Application object
Gets the version number of Developer Studio.
Syntax
object**.Version**
Parameters
object
An expression that evaluates to an Application object. When you access the Version property of the Application object, you can omit object because the name of the Application object is implied when you access its properties and methods.
Remarks
The Version property has the String type, for example "5.0".
Example
The following example gets the version of Developer Studio:
Dim Ver
Ver = Application.Version