ValidationResult 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.
Provides detailed validation information.
public class ValidationResult
type ValidationResult = class
Public Class ValidationResult
- Inheritance
-
ValidationResult
Properties
BindingKey |
The property name which caused the error. |
ErrorDetails |
The detailed exception for the error |
IsWarning |
True if warning, otherwise false |
Text |
Gets the text result of the validation result item |
Methods
ToString() |
Returns the Text property This is needed for SQL Server Setup, so that narrator can read the validation result. |