System.Web.Configuration.SessionStateSection.CustomProvider Property

Gets or sets the name of the custom provider from the SessionStateSection.Providers collection.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The provider is only used when the session-state mode is set to System.Web.SessionState.SessionStateMode.Custom.

Requirements

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