Click or drag to resize
ValidationResults Properties

The ValidationResults type exposes the following members.

Properties
  NameDescription
Public propertyErrors
Gets an array of all of the errors from Results.
Public propertyHasErrors
Gets a value indicating whether Results contains any errors.
Public propertyHasWarnings
Gets a value indicating that Results contains at least one warning.
Public propertyIsPartialValidation
Gets a value indicating that validation was only run over a subset of all available fields.
Public propertyPartialValidationFields
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.
Public propertyResults
Gets a collection of every error and warning found.
Public propertyWarnings
Gets an array of all of the warnings found in Results.
Top
See Also