IAutomaticUpdateApprovalRule.GetCategories Method ()
Applies To: Windows Server Update Services
Gets the categories of updates that will be approved automatically by this rule.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
UpdateCategoryCollection GetCategories()
UpdateCategoryCollection^ GetCategories()
abstract GetCategories : unit -> UpdateCategoryCollection
Function GetCategories As UpdateCategoryCollection
Return Value
Type: Microsoft.UpdateServices.Administration.UpdateCategoryCollection
The categories that should be approved automatically by this rule.
Remarks
These categories specify the updates to which the rule applies. When an update belongs to one of these categories and (optionally) one of the specified classifications, it will be approved for the specified action for the specified computer target groups.
See Also
IAutomaticUpdateApprovalRule Interface
Microsoft.UpdateServices.Administration Namespace
Return to top