PackageApprovalState Enumeration

Describes the state of a package approval.

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

Usage

Syntax

'Declaration
<ObsoleteAttribute("This enum is obsolete and will be removed in future versions.")> _
Public Enumeration PackageApprovalState
[ObsoleteAttribute("This enum is obsolete and will be removed in future versions.")] 
public enum PackageApprovalState
[ObsoleteAttribute(L"This enum is obsolete and will be removed in future versions.")] 
public enum class PackageApprovalState
/** @attribute ObsoleteAttribute("This enum is obsolete and will be removed in future versions.") */ 
public enum PackageApprovalState
ObsoleteAttribute("This enum is obsolete and will be removed in future versions.") 
public enum PackageApprovalState

Members

Member name Description
Active The approval is active, and the package is available and can be applied by clients.
Pending The content files for the package are in the process of being downloaded to the update server. The approval state will become Active once the download is complete.

Platforms

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2

See Also

Reference

Microsoft.UpdateServices.ClientServicing Namespace