ManagementPackImageCategory Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This enum is now obsolete
Defines the categories used for images referenced in a management pack.
public enum class ManagementPackImageCategory
[System.Obsolete("This enum is now obsolete")]
[System.Serializable]
public enum ManagementPackImageCategory
type ManagementPackImageCategory =
Public Enum ManagementPackImageCategory
- Inheritance
-
ManagementPackImageCategory
- Attributes
Fields
Name | Value | Description |
---|---|---|
u16x16Icon | 0 | Specifies that the image is an icon that is 16x16 pixels. |
u32x32Icon | 1 | Specifies that the image is an icon that is 32x32 pixels. |
DiagramIcon | 2 | Specifies that the image is a diagram icon. |
BmpIcon | 3 | Specifies that the image is a bitmap icon. |
StatusIcon | 4 | Specifies that the image is a status icon. |
BackgroundImage | 5 | Specifies that the image is used as a background image. |