Version: Revision (get)

Revision

Gets the value of the revision component of the version number for the current Version object.



 Public Property Get Revision ( ) As Long

Return Values

Long -  The revision number, or -1 if the revision number is undefined.

Remarks

For example, if the version number is 6.2.1.3, the revision number is 3. If the version number is 6.2, the revision number is undefined.

Read Only.

See Also

Project CorLib Overview

Class Version Overview