public enum ValidationSeverityPublic Enumeration ValidationSeveritypublic enum class ValidationSeveritytype ValidationSeverity| Information | 0 | Represents the information severity level. |
| Warning | 1 | Represents the warning severity level. |
| Error | 2 | Represents the error severity level. |
| AllFlagsDefined |
Gets whether every single bit value in flags are defined in the enum type of flags,
or when flags is zero, it is checked whether zero is defined in the enum type of flags.
(Defined by EnumExtensions) |
| IsSingleFlag |
Gets whether only a single bit is set in value.
(Defined by EnumExtensions) |