Skip to main content
A newer version of this page is available. .

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