SessionStateSection::Providers Property

 

Gets the current ProviderSettingsCollection providers.

Namespace:   System.Web.Configuration
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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: