CreateUserWizard::Email Property
.NET Framework (current version)
Gets or sets the e-mail address entered by the user.
Assembly: System.Web (in System.Web.dll)
public: property String^ Email { virtual String^ get(); virtual void set(String^ value); }
Property Value
Type: System::String^The e-mail address entered by the user. The default value is an empty string ("").
If an e-mail address is required by the membership provider specified in the MembershipProvider property, then the e-mail address text box appears on the CreateUserWizard control. Each text box displayed on the CreateUserWizard control has a RequiredFieldValidator object associated with it.
.NET Framework
Available since 2.0
Available since 2.0
Show: