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.
Use this interface to retrieve information and updates related to the classification.
To retrieve this interface, call the following methods:
- GetUpdateClassifications()
- IUpdateServer.GetUpdateClassification()
- UpdateClassificationCollection.Item
The IUpdateClassification interface is derived from the System.Object class.
Public Methods
The IUpdateClassification interface has the following public methods.
| Method | Description |
|---|---|
| Equals(Object) | Determines if the specified Object is equal to the current Object. |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
| GetType() | Retrieves the Type of the current instance. |
| GetUpdates() | Retrieves a list of updates that belong to this classification. |
| GetUpdates(ApprovedStates) | Retrieves a list of updates that belong to this classification. |
| ToString() | Retrieves a String that represents the current Object. |
Public Properties
The IUpdateClassification interface has the following public properties.
| Property | Description |
|---|---|
| ArrivalDate | Retrieves the date and time when the classification was added. |
| Description | Retrieves the description of the classification. |
| Id | Retrieves the unique identifier of the classification. |
| ReleaseNotes | Retrieves the release notes for the classification. |
| Title | Retrieves the title of the classification. |
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. |