IUpdateServer.GetUpdateClassification Method (Guid)

 

Applies To: Windows Server Update Services

Gets the requested update classification.

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

Syntax

IUpdateClassification GetUpdateClassification(
    Guid id
)
IUpdateClassification^ GetUpdateClassification(
    Guid id
)
abstract GetUpdateClassification : 
        id:Guid -> IUpdateClassification
Function GetUpdateClassification (
    id As Guid
) As IUpdateClassification

Parameters

Return Value

Type: Microsoft.UpdateServices.Administration.IUpdateClassification

The requested IUpdateClassification that you can use to get information about the classification or get updates that belong to this classification.

Exceptions

Exception

Condition

WsusObjectNotFoundException

Unable to find the requested update classification.

See Also

IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top