System.Web.UI.WebControls.CreateUserWizard.MembershipProvider Property

Gets or sets the membership provider called to create user accounts.

Syntax

[System.Web.UI.Themeable(false)]
public virtual string MembershipProvider { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The CreateUserWizard.MembershipProvider property contains the name of the defined System.Web.Security.MembershipProvider class membership provider that is used to store the user information. You can store membership information for users in different data stores by changing the value of the CreateUserWizard.MembershipProvider property. When the CreateUserWizard.MembershipProvider property is set to string.Empty, the default membership provider defined in the Web.config file is used.

Membership providers are defined in the Web.config file in the <membership> section.

This property cannot be set by themes or style sheet themes. For more information, see System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0