SystemInformationEvent.OSMinorVersion Property
Gets the operating system minor version number, which is retrieved from GetVersionEx.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public ReadOnly Property OSMinorVersion As Integer
Get
public int OSMinorVersion { get; }
public:
property int OSMinorVersion {
int get ();
}
member OSMinorVersion : int
function get OSMinorVersion () : int
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.