ValidationResult Class

Definition

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.

Applies to