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
System_CAPS_pubproperty ArrivalDate

Gets the date and time when the classification was added.

System_CAPS_pubproperty Description

Gets the description of the classification.

System_CAPS_pubproperty Id

Gets the GUID of the classification.

System_CAPS_pubproperty ReleaseNotes

Gets the release notes for the classification.

System_CAPS_pubproperty Title

Gets the title of the classification.

Methods

Name Description
System_CAPS_pubmethod GetHashCode()

Get a hash function for the current update classification, suitable for use in hashing algorithms and data structures, such as a hash table.

System_CAPS_pubmethod GetSummaryPerUpdate()

Get the summary information for drivers and software updates in this classification for all computers.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod GetTotalSummaryPerComputerTarget()

Get the summary information for drivers and software updates in this classification for all computers.

System_CAPS_pubmethod GetUpdates()

Gets a list of updates that belong to this classification.

System_CAPS_pubmethod GetUpdates(ApprovedStates)

Gets a list of updates that belong to this classification.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top