Share via


Minor 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 minor component of the version number for the current Version object.

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

Syntax

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

Property Value

Type: System. . :: . .Int32
The minor version number.

Remarks

For example, if the version number is 6.2, the minor version is 2.

.NET Framework Security

See Also

Reference

Version Class

System Namespace