SystemInformationEvent.OSMinorVersion Property

Gets the operating system minor version number, which is retrieved from GetVersionEx.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

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

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace