UpdateScope.ApprovedComputerTargetGroups Property
Applies To: Windows Server Update Services
Gets the list of target groups to search for approvals. An update will be included only if it is approved for install or uninstall to at least one of these groups. If the list is empty, then no filtering will be done based on approved target groups. Defaults to empty.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public ComputerTargetGroupCollection ApprovedComputerTargetGroups { get; }
public:
property ComputerTargetGroupCollection^ ApprovedComputerTargetGroups {
ComputerTargetGroupCollection^ get();
}
member ApprovedComputerTargetGroups : ComputerTargetGroupCollection with get
Public ReadOnly Property ApprovedComputerTargetGroups As ComputerTargetGroupCollection
Property Value
Type: Microsoft.UpdateServices.Administration.ComputerTargetGroupCollection
The list of target groups to search for approvals. An update will be included only if is approved for install or uninstall to at least one of these groups. If the list is empty, then no filtering will be done based on approved target groups. Defaults to empty.
See Also
UpdateScope Class
Microsoft.UpdateServices.Administration Namespace
Return to top