The flag indicating whether the rule is disabled, set for error, warning, or just informational.
Static Properties
| Name | Description |
|---|---|
| RETURN_AS_ERROR | Treat as error if rule check failed. |
| RETURN_AS_INFORMATIONAL | Treat as information only if rule check failed. |
| RETURN_AS_WARNING | Treat as warning if rule check failed. |
| RULE_IS_DISABLED | Rule is currently disabled. |