ChangePassword.SuccessText 属性

定义

获取或设置在“成功”视图中的 SuccessTitleText 和“继续”按钮之间显示的文本。Gets or sets the text that is displayed on the Success view between the SuccessTitleText and the Continue button.

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

属性值

String

在“成功”视图中的 SuccessTitleText 和“继续”按钮之间显示的文本。The text to display on the Success view between the SuccessTitleText and the Continue button. 默认值为 EmptyThe default is Empty.

注解

SuccessText属性获取或设置在 "成功" 视图上显示的文本。The SuccessText property gets or sets the text that is displayed on the Success view. 默认值为 "您的密码已更改!"。The default is "Your password has been changed!".

设置此属性后,可以使用设计器工具自动将此属性的值保存到资源文件中。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.

适用于