IUpdateServer.GetUpdates Method ()
Applies To: Windows Server Update Services
Gets a collection of the latest revision of each update.
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 collection of the latest revision of each update. The collection includes updates that were superseded by other updates and declined updates.
Remarks
To get a subset of available updates, call GetUpdates.
See Also
GetUpdates Overload
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top