CreateUserWizard.ConfirmPasswordLabelText 属性

定义

获取或设置第二个密码文本框的标签文本。Gets or sets text of the label for the second password text box.

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

属性值

String

标识确认密码文本框的标签文本。The label text that identifies the confirm password text box. 默认值为“确认密码:”。The default value is "Confirm Password:". 控件的默认文本根据服务器当前的区域设置进行本地化。The default text for the control is localized based on the server's current locale.

注解

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

适用于

另请参阅