OSVersion.Minor Property

 

Applies To: Windows Server Update Services

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

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

Syntax

public int Minor { get; set; }
public:
property int Minor {
    int get();
    void set(int value);
}
member Minor : int with get, set
Public Property Minor As Integer

Property Value

Type: System.Int32

The minor version number of the operating system.

See Also

OSVersion Class
Microsoft.UpdateServices.Administration Namespace

Return to top