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
[<System.Runtime.InteropServices.ComVisible(false)>]
type OutputMessageType = 
Public Enum OutputMessageType
Inheritance
OutputMessageType
Attributes

Fields

Error 2

Indicates an error.

Info 0

Indicates an informational message.

Warning 1

Indicates a warning.

Applies to