System.Web.Configuration.ProfilePropertySettings.Provider Property

Gets or sets the name of a provider to use when serializing the named property.

Syntax

[System.Configuration.ConfigurationProperty("provider", DefaultValue="")]
public string Provider { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Profile providers are data sources in which user-profile values are stored. You can specify profile providers in the providers subsection of the profile section of a configuration file.

If the value of this property is an empty string, the default provider specified in the ProfileSection.DefaultProvider property is used.

Requirements

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