ClientInfo.OSMinorVersion Property

Gets or sets the minor version number of the client operating system.

Namespace: Microsoft.UpdateServices.ClientServicing
Assembly: Microsoft.UpdateServices.ClientServicing (in Microsoft.UpdateServices.ClientServicing.dll)

Usage

Syntax

'Declaration
Public Property OSMinorVersion As Integer
public int OSMinorVersion { get; set; }
public:
property int OSMinorVersion {
    int get ();
    void set (int value);
}
/** @property */
public int get_OSMinorVersion ()

/** @property */
public void set_OSMinorVersion (int value)
public function get OSMinorVersion () : int

public function set OSMinorVersion (value : int)

Property Value

The minor version number of the client operating system.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2

See Also

Reference

ClientInfo Class
ClientInfo Members
Microsoft.UpdateServices.ClientServicing Namespace