CreateUserWizard.Email Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.