ValidationResult Properties |
The ValidationResult type exposes the following members.
Name | Description | |
---|---|---|
Field |
Gets or sets the field that has failed validation.
| |
IsWarning |
Gets or sets a value indicating that the validation result represents a warning to the user that they can
ignore if they so wish, as opposed to an error that must be corrected before the input can be accepted.
| |
Message |
Gets or sets the message describing the problem with the field's content.
| |
Record |
Gets or sets the object that this result applies to.
|