Gets or sets the text to display in the UserName view of the System.Web.UI.WebControls.PasswordRecovery control to instruct the user to enter a user name.
Documentation for this section has not yet been entered.
The PasswordRecovery.UserNameInstructionText property is displayed in the UserName view to explain to the user how to use the System.Web.UI.WebControls.PasswordRecovery control.
The style settings in the PasswordRecovery.InstructionTextStyle property define the appearance of the text in the PasswordRecovery.UserNameInstructionText property.
When using a template assigned to the PasswordRecovery.UserNameTemplate property, the PasswordRecovery.UserNameInstructionText property is not displayed.
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 System.ComponentModel.LocalizableAttribute and ASP.NET Globalization and Localization.