Version.Build Property
Gets the value of the build component of the version number for the current Version object.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
public int Build { get; }
Property Value
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.
Version Information
Available in the .NET Micro Framework versions 3.0, 3.5, 4.0, and 4.1.