IUpdate.IsSuperseded

Retrieves a value that indicates if this update is superseded by related updates.

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

Property Value

True if this update is superseded by a related update; otherwise, false.

Remarks

For example, if UpdateD supersedes UpdateC which supersedes UpdateB which supersedes UpdateA, this property would return false for UpdateD and true for the others.

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

To determine if this update supersedes other updates, call IUpdate.HasSupersededUpdates.

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