IUpdateCategory.GetSummaryPerUpdate Method ()
Applies To: Windows Server Update Services
Gets the summary information for drivers and software updates in this category and all subcategories for all computers.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
UpdateSummaryCollection GetSummaryPerUpdate()
UpdateSummaryCollection^ GetSummaryPerUpdate()
abstract GetSummaryPerUpdate : unit -> UpdateSummaryCollection
Function GetSummaryPerUpdate As UpdateSummaryCollection
Return Value
Type: Microsoft.UpdateServices.Administration.UpdateSummaryCollection
A collection containing one entry for each update, each with counts summed across all computer targets.
Remarks
This is equivalent to IUpdateClassification.GetSummaryPerUpdate(Microsoft.UpdateServices.Administration.UpdateTypes.Driver | UpdateTypes.SoftwareUpdate).
See Also
IUpdateCategory Interface
Microsoft.UpdateServices.Administration Namespace
Return to top