OSVersion.ServicePackMinor Property

 

Applies To: Windows Server Update Services

Gets or sets the minor version number of the service pack.

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

Syntax

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

Property Value

Type: System.Int32

The minor version number of the service pack.

See Also

OSVersion Class
Microsoft.UpdateServices.Administration Namespace

Return to top