System.Web.Configuration.ProfileSection.Providers Property

Gets a collection of System.Configuration.ProviderSettings objects.

Syntax

[System.Configuration.ConfigurationProperty("providers")]
public System.Configuration.ProviderSettingsCollection Providers { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A profile provider points to a data source in which user profile values are stored. You can specify profile providers in the providers subsection of the profile section of a configuration file.

Requirements

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