SessionStateSection.Providers Property
.NET Framework (current version)
Gets the current ProviderSettingsCollection providers.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("providers")>] member Providers : ProviderSettingsCollection with get
Property Value
Type: System.Configuration.ProviderSettingsCollectionThe collection containing the SessionStateSection providers.
This property refers to the information contained by the configuration tag identified by the providers element.
The following code example demonstrates how to get the Providers property. Refer to the code example in the SessionStateSection class topic to learn how to access the SessionStateSection object.
.NET Framework
Available since 2.0
Available since 2.0
Show: