ChangePassword.PasswordRecoveryText 属性

定义

获取或设置链接的文本,该链接指向含有 PasswordRecovery 控件的网页。Gets or sets the text of the link to the Web page that contains the PasswordRecovery control.

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

属性值

String

为指向含有 PasswordRecovery 控件的网页的链接显示的文本。The text to display for the link to the Web page that contains the PasswordRecovery control. 默认值为 EmptyThe default is Empty.

注解

设置此属性后,可以使用设计器工具自动将此属性的值保存到资源文件中。The value of this property, when set, can be saved automatically to a resource file by using a designer tool. 有关详细信息,请参阅 LocalizableAttribute全球化和本地化For more information, see LocalizableAttribute and Globalization and Localization.

适用于

另请参阅