Documentation for this section has not yet been entered.
The PasswordRecovery.MembershipProvider property identifies the membership provider used to verify user information entered in the System.Web.UI.WebControls.PasswordRecovery control.
Membership providers are defined in the Web.config file in the <membership> section.
Setting the PasswordRecovery.MembershipProvider property will change the provider used. If you do not set the PasswordRecovery.MembershipProvider property, it will always return string.Empty.
This property cannot be set by themes or style sheet themes. For more information, see System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.