ChangePassword.PasswordLabelText 属性

定义

获取或设置“当前密码”文本框的标签文本。

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

属性值

String

在“当前密码”文本框旁显示的文本。 默认值为“Password:”。

注解

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

适用于

另请参阅