Share via


CreateUserWizard.QuestionLabelText 属性

定义

获取或设置问题文本框的标签文本。

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

属性值

问题文本框的标签文本。 默认值为“安全提示问题:”。 控件的默认文本根据服务器当前的区域设置进行本地化。

注解

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

适用于

另请参阅