Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the category of updates for the given identifier.
public IUpdateCategory GetUpdateCategory(Guidid);
Public Function GetUpdateCategory( _
ByVal id As Guid _
) As IUpdateCategory
Implements IUpdateServer.GetUpdateCategory
Parameters
- id
Unique identifier of the category.
Return Value
The requested IUpdateCategory which you can use to retrieve information about the category or updates that belong to this category.
Exceptions
| Exception type | Condition |
|---|---|
| WsusObjectNotFoundException | Unable to find an update category with the given identifier. |
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. |