CreateUserWizard.Email Property

Definition

Gets or sets the email address entered by the user.

public virtual string Email { get; set; }

Property Value

The email address entered by the user. The default value is an empty string ("").

Remarks

If an email address is required by the membership provider specified in the MembershipProvider property, then the email address text box appears on the CreateUserWizard control. Each text box displayed on the CreateUserWizard control has a RequiredFieldValidator object associated with it.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also