Share via


ManagementPackImageCategory Enumeration

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

'Usage
Dim instance As ManagementPackImageCategory

Syntax

'Declaration
<SerializableAttribute> _
<ObsoleteAttribute("This enum is now obsolete")> _
Public Enumeration ManagementPackImageCategory
[SerializableAttribute] 
[ObsoleteAttribute("This enum is now obsolete")] 
public enum ManagementPackImageCategory
[SerializableAttribute] 
[ObsoleteAttribute(L"This enum is now obsolete")] 
public enum class ManagementPackImageCategory
/** @attribute SerializableAttribute() */ 
/** @attribute ObsoleteAttribute("This enum is now obsolete") */ 
public enum ManagementPackImageCategory
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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

Microsoft.EnterpriseManagement.Configuration Namespace