Version: Build (get)

Build

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



 Public Property Get Build ( ) As Long

Return Values

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

Remarks

For example, if the version number is 6.2.1.3, the build number is 1. If the version number is 6.2, the build number is undefined.

Read Only.

See Also

Project CorLib Overview

Class Version Overview