CreateUserWizard.Email Property

Definition

Gets or sets the email address entered by the user.

public:
 virtual property System::String ^ Email { System::String ^ get(); void set(System::String ^ value); };
public virtual string Email { get; set; }
member this.Email : string with get, set
Public Overridable Property Email As String

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

See also