SessionStateSection.Providers Property
.NET Framework 3.0
Gets the current ProviderSettingsCollection providers.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: property ProviderSettingsCollection^ Providers { ProviderSettingsCollection^ get (); }
/** @property */ public ProviderSettingsCollection get_Providers ()
public function get Providers () : ProviderSettingsCollection
Not applicable.
Property Value
The collection containing the SessionStateSection providers.Community Additions
ADD
Show: