Click or drag to resize

ValidationExceptionItem.Result Property

Gets or sets the result.

Namespace:  Xcalibur.Extensions.MVVM.Models
Assembly:  Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ValidationResult Result { get; set; }

Property Value

Type: ValidationResult
The result.

Implements

IValidationExceptionItem.Result
See Also