IUpdate.HasSupersededUpdates Property

 

Applies To: Windows Server Update Services

Gets whether if the update supersedes other updates.

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

Syntax

bool HasSupersededUpdates { get; }
property bool HasSupersededUpdates {
    bool get();
}
abstract HasSupersededUpdates : bool with get
ReadOnly Property HasSupersededUpdates As Boolean

Property Value

Type: System.Boolean

true if the update supersedes other updates, otherwise false.

Remarks

To find the updates that this update supersedes, call GetRelatedUpdates (set relationship to UpdatesSupersededByThisUpdate).

To determine if this update is superseded by other updates, call IsSuperseded.

See Also

IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top