SystemInformationEvent.OSMinorVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the operating system minor version number. This value is retrieved from GetVersionEx.
public:
property int OSMinorVersion { int get(); };
public:
property int OSMinorVersion { int get(); };
public int OSMinorVersion { get; }
member this.OSMinorVersion : int
Public ReadOnly Property OSMinorVersion As Integer