IComputerTargetGroup.GetSummaryPerUpdate Method (Boolean)
Applies To: Windows Server Update Services
Gets the summary information for drivers and software updates for computers in this computer target group. Updates with at least one approval are included, even if the update is not approved for this particular target group.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
UpdateSummaryCollection GetSummaryPerUpdate(
bool includeSubgroups
)
UpdateSummaryCollection^ GetSummaryPerUpdate(
bool includeSubgroups
)
abstract GetSummaryPerUpdate :
includeSubgroups:bool -> UpdateSummaryCollection
Function GetSummaryPerUpdate (
includeSubgroups As Boolean
) As UpdateSummaryCollection
Parameters
includeSubgroups
Type: System.Booleantrue if subgroups of this computer group are to be included, otherwise false.
Return Value
Type: Microsoft.UpdateServices.Administration.UpdateSummaryCollection
An UpdateSummaryCollection containing one entry for each computer target in this computer target group, each with counts summed across all included updates.
Exceptions
Exception
Condition
The computer target group could not be found.
See Also
GetSummaryPerUpdate Overload
IComputerTargetGroup Interface
Microsoft.UpdateServices.Administration Namespace
Return to top