System.Web.UI.WebControls.CreateUserWizard.Email Property

Gets or sets the e-mail address entered by the user.

Syntax

public virtual string Email { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If an e-mail address is required by the membership provider specified in the CreateUserWizard.MembershipProvider property, then the e-mail address text box appears on the System.Web.UI.WebControls.CreateUserWizard control. Each text box displayed on the System.Web.UI.WebControls.CreateUserWizard control has a System.Web.UI.WebControls.RequiredFieldValidator object associated with it.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0