Click or drag to resize
EmailValidatorValidatedLevel Property
Gets value of last succesfully validated level after Validate method is called.

Namespace: NeevSoftware.Components
Assembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public ValidationLevels ValidatedLevel { get; }

Property Value

Type: ValidationLevels
Remarks
Value is set only after Validate() method is called.
See Also