ViolationType 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.
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 |