VersionInfo Property
Description
A reference to a VersionItem object containing information about a specific version, specified by the Version argument.
Property type
Read-only property
Syntax
Visual Basic
Public Property VersionInfo( _
   ByVal Version As String _
) As Object
Parameters
Version

The version number of the object: <major version>.<minor version>.<build>.

Pass "-1" to refer to the latest version.

See Also