ValidationRuleType 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.
Enumerates the types of validation rule.
public enum ValidationRuleType
type ValidationRuleType =
Public Enum ValidationRuleType
- Inheritance
-
ValidationRuleType
Fields
Name | Value | Description |
---|---|---|
Error | 0 | Specifies a validation rule that is an error type. |
Warning | 1 | Specifies a validation rule that is a warning type. |
Message | 2 | Specifies a validation rule that is a message type. |