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