OutputMessageType Enum
Definition
Specifies the type of output message as either an error, warning, or informational.
public enum class OutputMessageType
[System.Runtime.InteropServices.ComVisible(false)]
public enum OutputMessageType
type OutputMessageType =
Public Enum OutputMessageType
- Inheritance
- Attributes
Fields
Error | 2 | Indicates an error. |
Info | 0 | Indicates an informational message. |
Warning | 1 | Indicates a warning. |