Share via


Build Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property Build As Integer
public int Build { get; }
public:
property int Build {
    int get ();
}
member Build : int with get
function get Build () : int

Property Value

Type: System. . :: . .Int32
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.

.NET Framework Security

See Also

Reference

Version Class

System Namespace