IUpdate.GetUpdateClassification Method ()

 

Applies To: Windows Server Update Services

Gets the classification to which the update belongs.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

IUpdateClassification GetUpdateClassification()
IUpdateClassification^ GetUpdateClassification()
abstract GetUpdateClassification : unit -> IUpdateClassification
Function GetUpdateClassification As IUpdateClassification

Return Value

Type: Microsoft.UpdateServices.Administration.IUpdateClassification

An IUpdateClassification of the classification to which the update belongs.

Exceptions

Exception

Condition

WsusObjectNotFoundException

The update was not found in the database.

See Also

IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top