| ValidationResults Properties |
The ValidationResults type exposes the following members.
| Name | Description | |
|---|---|---|
| Errors |
Gets an array of all of the errors from Results.
| |
| HasErrors |
Gets a value indicating whether Results contains any errors.
| |
| HasWarnings |
Gets a value indicating that Results contains at least one warning.
| |
| IsPartialValidation |
Gets a value indicating that validation was only run over a subset of all available fields.
| |
| PartialValidationFields |
Gets a collection of validation results that indicate the records and fields that were
examined in a partial validation. The content of this collection is undefined when
IsPartialValidation is false.
| |
| Results |
Gets a collection of every error and warning found.
| |
| Warnings |
Gets an array of all of the warnings found in Results.
|