ViolationType Enum

Definition

Enum to show the violation type of the message

This enumeration supports a bitwise combination of its member values.

public enum class ViolationType
[System.Flags]
public enum ViolationType
[<System.Flags>]
type ViolationType = 
Public Enum ViolationType
Inheritance
ViolationType
Attributes

Fields

Error 1

marks an Error message

Fatal 8

Marks a Fatal message, that should prevent opening

Message 4

Marks a Information message

Warning 2

marks a Warning message

Applies to