Version: Build (get) |
Gets the value of the build component of the version number for the current Version object.
Public Property Get Build ( ) As Long
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.