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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.