MessageViewIcon Enumeration
This enumeration indicates which icon is to be shown for the MMC message view.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public enum MessageViewIcon
public enum class MessageViewIcon
type MessageViewIcon
Public Enumeration MessageViewIcon
Members
Member name | Description | |
---|---|---|
Error | An error icon is displayed in the message. |
|
Information | An information icon is displayed in the message. |
|
None | No icon is displayed in the message. |
|
Question | A question icon is displayed in the message. |
|
Warning | A warning icon is displayed in the message. |
See Also
MessageView
Microsoft.ManagementConsole Namespace
Return to top