EmailValidatorValidationLevel Property |
Gets or sets validation level.
Namespace: NeevSoftware.ComponentsAssembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public ValidationLevels ValidationLevel { get; set; }
Public Property ValidationLevel As ValidationLevels
Get
Set
public:
property ValidationLevels ValidationLevel {
ValidationLevels get ();
void set (ValidationLevels value);
}
member ValidationLevel : ValidationLevels with get, set
Property Value
Type:
ValidationLevelsSee Also