ChangePassword.UserNameLabelText 属性

定义

获取或设置“用户名”文本框的标签。

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

属性值

要显示在“用户名”文本框旁边的文本。 默认字符串为“用户名:”。

注解

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

适用于

另请参阅