IUpdateClassification Interface
Applies To: Windows Server Update Services
Use this interface for information and updates related to the classification. To get this interface, call the following methods: GetUpdateClassifications, Item.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public interface IUpdateClassification
public interface class IUpdateClassification
type IUpdateClassification = interface end
Public Interface IUpdateClassification
Properties
Name | Description | |
---|---|---|
ArrivalDate | Gets the date and time when the classification was added. |
|
Description | Gets the description of the classification. |
|
Id | Gets the GUID of the classification. |
|
ReleaseNotes | Gets the release notes for the classification. |
|
Title | Gets the title of the classification. |
Methods
Name | Description | |
---|---|---|
GetHashCode() | Get a hash function for the current update classification, suitable for use in hashing algorithms and data structures, such as a hash table. |
|
GetSummaryPerUpdate() | Get the summary information for drivers and software updates in this classification for all computers. |
|
GetTotalSummary() | Get one summary summed across all drivers and software updates in this classification for all computers. Only updates with at least one approval are included. |
|
GetTotalSummaryPerComputerTarget() | Get the summary information for drivers and software updates in this classification for all computers. |
|
GetUpdates() | Gets a list of updates that belong to this classification. |
|
GetUpdates(ApprovedStates) | Gets a list of updates that belong to this classification. |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top