IUpdate.GetUpdateCategories Method ()
Applies To: Windows Server Update Services
Gets a collection of product categories to which this update belongs.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
UpdateCategoryCollection GetUpdateCategories()
UpdateCategoryCollection^ GetUpdateCategories()
abstract GetUpdateCategories : unit -> UpdateCategoryCollection
Function GetUpdateCategories As UpdateCategoryCollection
Return Value
Type: Microsoft.UpdateServices.Administration.UpdateCategoryCollection
An UpdateCategoryCollection collection of product categories to which this update belongs.
See Also
IUpdate Interface
Microsoft.UpdateServices.Administration Namespace
Return to top