IUpdate.HasSupersededUpdates

Retrieves a value that indicates if the update supersedes other updates.

public bool HasSupersededUpdates {get;}
Public ReadOnly Property HasSupersededUpdates As bool

Property Value

True if the update supersedes other updates; otherwise, false.

Remarks

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

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

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.

See Also

IUpdate.HasEarlierRevision
IUpdate.IsLatestRevision
IUpdate.IsSuperseded