System.Web.Configuration.RoleManagerSection.DefaultProvider Property

Gets or sets the name of the default provider that is used to manage roles.

Syntax

[System.Configuration.ConfigurationProperty("defaultProvider", DefaultValue="AspNetSqlRoleProvider")]
[System.Configuration.StringValidator(MinLength=1)]
[System.ComponentModel.TypeConverter(typeof(System.Configuration.WhiteSpaceTrimStringConverter))]
public string DefaultProvider { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The RoleManagerSection.DefaultProvider property must match a named value in the providers subsection of the roleManager section of a configuration file. An empty string ("") is not a valid value for the RoleManagerSection.DefaultProvider property.

Requirements

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