The read-only property returns the "build" portion of the version number.
[Visual Basic] Public ReadOnly Property Build As Integer [C#] public int Build {get;} [C++] public: __property int get_Build(); [JScript] public function get Build() : int;
Read-only. Returns the build number.-1 is returned if the build number is undefined.
For example, if the version number is 6.2.1.3, the "build" number is 3. If the version number is 6.2, the "build" number is undefined.