Click or drag to resize
ValidationResult Properties

The ValidationResult type exposes the following members.

Properties
  NameDescription
Public propertyField
Gets or sets the field that has failed validation.
Public propertyIsWarning
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.
Public propertyMessage
Gets or sets the message describing the problem with the field's content.
Public propertyRecord
Gets or sets the object that this result applies to.
Top
See Also