PasswordRecovery.QuestionTitleText Property
Assembly: System.Web (in system.web.dll)
[LocalizableAttribute(true)] public: virtual property String^ QuestionTitleText { String^ get (); void set (String^ value); }
/** @property */ public String get_QuestionTitleText () /** @property */ public void set_QuestionTitleText (String value)
public function get QuestionTitleText () : String public function set QuestionTitleText (value : String)
Not applicable.
Property Value
The title for the Question view. The default is "Identity Confirmation".The QuestionTitleText property contains the text to display as the title of the Question view, which asks the user to answer the password confirmation question.
The style settings in the TitleTextStyle property define the appearance of the text in the QuestionTitleText property.
When you use the QuestionTemplate property to define the appearance of the Question view, the QuestionTitleText property has no effect.
The default text for the property is localized based on the server's locale setting.
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see LocalizableAttribute and ASP.NET Globalization and Localization.
The following code example sets the QuestionTitleText property. If the user does not enter a valid user name, the QuestionTitleText property is reset in the AnswerLookupError event.