ManagementPackImageCategory Enumeration
System Center
Updated: April 25, 2012
[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)
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
[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
| 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. |
Development Platforms
Windows Vista, Windows Server 2003, andTarget Platforms
Windows Server 2008,Windows Server 2003
Show: