IUpdateServer.GetUpdateClassifications()

Retrieves a collection of update classifications that are known to the WSUS server.

public UpdateClassificationCollection GetUpdateClassifications();
Public Function GetUpdateClassifications() As UpdateClassificationCollection
Implements IUpdateServer.GetUpdateClassifications

Parameters

This method has no parameters.

Return Values

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 ISubscription.SetUpdateClassifications.

To retrieve a list of classifications added during a given time period, call IUpdateServer.GetUpdateClassifications(DateTime, DateTime).

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.