ChangePassword.ChangePasswordButtonText 属性

定义

获取或设置显示在“更改密码”按钮上的文本。

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

属性值

要在“更改密码”按钮上显示的文本。 默认值为“更改密码”。

注解

设置此属性的值时,可以使用设计器工具自动保存到资源文件。 有关详细信息,请参阅 LocalizableAttribute全球化和本地化

适用于

另请参阅