Initializes a new instance of the EmailAddressValidationRule class.
Namespace:
Mindscape.LightSpeed.ValidationAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# |
|---|
public EmailAddressValidationRule( bool isRequired ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ isRequired As Boolean _ ) |
Parameters
- isRequired
- Type: System..::.Boolean
True, if the target is required to be present.