CreateUserWizard.Email 属性

定义

获取或设置用户输入的电子邮件地址。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

属性值

String

用户输入的电子邮件地址。The email address entered by the user. 默认值为空字符串 ("")。The default value is an empty string ("").

注解

如果在属性中指定的成员资格提供程序需要一个电子邮件地址 MembershipProvider ,则该控件上将显示电子邮件地址文本框 CreateUserWizardIf 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. 控件上显示的每个文本框 CreateUserWizard 都有一个 RequiredFieldValidator 关联的对象。Each text box displayed on the CreateUserWizard control has a RequiredFieldValidator object associated with it.

适用于

另请参阅