Share via


ApprovedStates

Defines constants for the possible approved states of an update.

Members

Member Description Value
Any Indicates an update in any approved state. -1
Declined Indicates that an administrator has declined the update. Updates where IUpdate.IsDeclined is true. 8
HasStaleUpdateApprovals Indicates that an older revision of the update contains an approval. Updates where IUpdate.HasStaleUpdateApprovals is true. 2
LatestRevisionApproved Indicates that an administrator has approved the latest revision of the update for at least one target group. Updates where IUpdate.IsApproved is true. 1
NotApproved Indicates that an administrator has not approved any revision of the update or declined the update. 4

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

IUpdateCategory.GetUpdates
IUpdateClassification.GetUpdates
IUpdateServer.GetUpdates