[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Defines the usage for management pack UI page references. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As ManagementPackUIPageReferenceUsage

Syntax

Visual Basic
<SerializableAttribute> _
Public Enumeration ManagementPackUIPageReferenceUsage
C#
[SerializableAttribute] 
public enum ManagementPackUIPageReferenceUsage
C++
[SerializableAttribute] 
public enum class ManagementPackUIPageReferenceUsage
J#
/** @attribute SerializableAttribute() */ 
public enum ManagementPackUIPageReferenceUsage
JScript
SerializableAttribute 
public enum ManagementPackUIPageReferenceUsage

Members

Member name Description
CreationAndUpdate Specifies create and update usage for management pack elements.
CreationOnly Specifies create usage for management pack elements.
UpdateOnly Specifies update usage for management pack elements.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also