Share via


IComputerInfo.OSMinorNumber Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the minor version number of the operating system running on the target computer.

Namespace: WHSInfoIF
Assembly: Interop.WHSInfoIF (in interop.whsinfoif.dll)

Syntax

'Declaration
<DispIdAttribute(1610678276)> _
ReadOnly Property OSMinorNumber As UInteger
'Usage
Dim instance As IComputerInfo
Dim value As UInteger

value = instance.OSMinorNumber
[DispIdAttribute(1610678276)] 
uint OSMinorNumber { get; }
[DispIdAttribute(1610678276)] 
property unsigned int OSMinorNumber {
    unsigned int get ();
}
/** @property */
UInt32 get_OSMinorNumber ()
function get OSMinorNumber () : uint

Property Value

An unsigned integer that indicates the minor version number of the operating system running on the target computer. The minor version number signifies the revision number of the operating system version.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IComputerInfo Interface
IComputerInfo Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.