IUpdateCategory.GetUpdates Method ()
Applies To: Windows Server Update Services
Gets a list of updates that belong to this category and its child categories.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
UpdateCollection GetUpdates()
UpdateCollection^ GetUpdates()
abstract GetUpdates : unit -> UpdateCollection
Function GetUpdates As UpdateCollection
Return Value
Type: Microsoft.UpdateServices.Administration.UpdateCollection
An UpdateCollection that contains updates that belong to this category and its child categories.
See Also
GetUpdates Overload
IUpdateCategory Interface
Microsoft.UpdateServices.Administration Namespace
Return to top