IUpdateSummary.InstalledPendingRebootCount Property

 

Applies To: Windows Server Update Services

Gets the number of updates that have been successfully installed and are pending a computer restart to finish the installation.

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

Syntax

int InstalledPendingRebootCount { get; }
property int InstalledPendingRebootCount {
    int get();
}
abstract InstalledPendingRebootCount : int with get
ReadOnly Property InstalledPendingRebootCount As Integer

Property Value

Type: System.Int32

If the summary is for an update, the count represents the number of clients that have successfully installed the update and are pending a computer restart to finish the installation.

If the summary is for a client or target group, the count represents the number of updates that have successfully installed on the client computer or on clients within the target group and are pending a computer restart to finish the installation.

See Also

IUpdateSummary Interface
Microsoft.UpdateServices.Administration Namespace

Return to top