DismissedValidationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a dismissed ValidationResult (saved to the Annotaltions of a Database, considered by the .Validate(...) method).
public sealed class DismissedValidationResult
type DismissedValidationResult = class
Public NotInheritable Class DismissedValidationResult
- Inheritance
-
DismissedValidationResult
Properties
Comments |
Gets or sets the comments in the validation result object. |
ValidationResult |
Gets the validation error, warning or message returned by the MajorObject.Validate method. |