SessionStateSection::Providers Property
.NET Framework (current version)
Gets the current ProviderSettingsCollection providers.
Assembly: System.Web (in System.Web.dll)
public: [ConfigurationPropertyAttribute("providers")] property ProviderSettingsCollection^ Providers { ProviderSettingsCollection^ get(); }
Property Value
Type: System.Configuration::ProviderSettingsCollection^The 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: