IUpdateSummary.NotInstalledCount Property
Applies To: Windows Server Update Services
Gets the number of updates that are applicable to the client computer but have not been downloaded or installed.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
int NotInstalledCount { get; }
property int NotInstalledCount {
int get();
}
abstract NotInstalledCount : int with get
ReadOnly Property NotInstalledCount As Integer
Property Value
Type: System.Int32
If the summary is for an update, the count represents the number of clients that have not installed the update.
If the summary is for a client or target group, the count represents the number of applicable updates that have not been installed on the client computer or on clients within the target group.
See Also
IUpdateSummary Interface
Microsoft.UpdateServices.Administration Namespace
Return to top