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

Usage

Visual Basic
Dim instance As ManagementPackImageCategory

Syntax

Visual Basic
<SerializableAttribute> _
<ObsoleteAttribute("This enum is now obsolete")> _
Public Enumeration ManagementPackImageCategory
C#
[SerializableAttribute] 
[ObsoleteAttribute("This enum is now obsolete")] 
public enum ManagementPackImageCategory
C++
[SerializableAttribute] 
[ObsoleteAttribute(L"This enum is now obsolete")] 
public enum class ManagementPackImageCategory
J#
/** @attribute SerializableAttribute() */ 
/** @attribute ObsoleteAttribute("This enum is now obsolete") */ 
public enum ManagementPackImageCategory
JScript
SerializableAttribute 
ObsoleteAttribute("This enum is now obsolete") 
public enum ManagementPackImageCategory

Members

Member name Description
BackgroundImage Specifies that the image is used as a background image.
BmpIcon Specifies that the image is a bitmap icon.
DiagramIcon Specifies that the image is a diagram icon.
StatusIcon Specifies that the image is a status icon.
u16x16Icon Specifies that the image is an icon that is 16x16 pixels.
u32x32Icon Specifies that the image is an icon that is 32x32 pixels.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2008,Windows Server 2003

See Also