IUpdateServer.GetUpdateClassifications Method ()
Applies To: Windows Server Update Services
Gets a collection of update classifications that are known to the WSUS server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
UpdateClassificationCollection GetUpdateClassifications()
UpdateClassificationCollection^ GetUpdateClassifications()
abstract GetUpdateClassifications : unit -> UpdateClassificationCollection
Function GetUpdateClassifications As UpdateClassificationCollection
Return Value
Type: Microsoft.UpdateServices.Administration.UpdateClassificationCollection
An UpdateClassificationCollection collection of classifications that are known to the WSUS server. The collection is unordered.
Remarks
Classifications define a grouping of updates. For example, Security Updates, Critical Updates, or Driver Updates. You can select the classifications you want to subscribe to from the collection and pass the list to SetUpdateClassifications.
To get a list of classifications added during a given time period, call GetUpdateClassifications.
See Also
GetUpdateClassifications Overload
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top