EmailValidatorValidatedLevel Property |
Gets value of last succesfully validated level after Validate method is called.
Namespace: NeevSoftware.ComponentsAssembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public ValidationLevels ValidatedLevel { get; }
Public ReadOnly Property ValidatedLevel As ValidationLevels
Get
public:
property ValidationLevels ValidatedLevel {
ValidationLevels get ();
}
member ValidatedLevel : ValidationLevels with get
Property Value
Type:
ValidationLevelsRemarks Value is set only after Validate() method is called.
See Also