Programming with Reflection
GetVersionNumber method
Syntax VersionNumber = object.GetVersionNumber
Returns the Reflection version number.
VersionNumber Return type: String
The Reflection version number.
Note: Because this method returns a value but does not take any arguments, some OLE clients generate an error when you try to use this method. If this happens, try appending parentheses to the end of the command. For example:
vn = myobject.GetVersionNumber( )