IComputerTargetGroup.GetTotalSummary 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
IUpdateSummary GetTotalSummary(
bool includeSubgroups
)
IUpdateSummary^ GetTotalSummary(
bool includeSubgroups
)
abstract GetTotalSummary :
includeSubgroups:bool -> IUpdateSummary
Function GetTotalSummary (
includeSubgroups As Boolean
) As IUpdateSummary
Parameters
includeSubgroups
Type: System.Booleantrue if subgroups of this computer group are to be included, otherwise false.
Return Value
Type: Microsoft.UpdateServices.Administration.IUpdateSummary
One IUpdateSummary with counts summed across all updates and all computer targets in this computer target group.
Exceptions
Exception
Condition
The computer target group could not be found.
See Also
GetTotalSummary Overload
IComputerTargetGroup Interface
Microsoft.UpdateServices.Administration Namespace
Return to top