RuleValidationResult Properties
Represents the results of checking an object via a Validation Rule.| Name | Description |
|---|---|
| ErrorMessage | Specifies the exception message, if the checked Validation Rule is broken. |
| Rule | Specifies the Validation Rule that was checked. |
| State | Specifies whether the checked object satisfies the RuleValidationResult.Rule. |
| ValidationOutcome | Specifies the result of checking an object via a Validation Rule. |
See Also