Click or drag to resize

ValidationExceptionItemResult 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

IValidationExceptionItemResult
See Also