PersonalizationAdministration.Providers Property
Assembly: System.Web (in system.web.dll)
public: static property PersonalizationProviderCollection^ Providers { PersonalizationProviderCollection^ get (); }
/** @property */ public static PersonalizationProviderCollection get_Providers ()
public static function get Providers () : PersonalizationProviderCollection
Not applicable.
Property Value
A read-only PersonalizationProviderCollection that contains the personalization providers available to the application.| Exception type | Condition |
|---|---|
| The provider for a personalization provider defined in configuration is not of the correct type. | |
| A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. - or - The default personalization provider defined in configuration could not be found. |
This property returns a collection of personalization providers. The collection is populated at the initialization of the application and contains references to provider objects indexed by name. The default provider is indexed by the name specified in the Web.config or Machine.config configuration file.
Note that the returned collection is read-only; calls to Remove, Add, or Clear will result in an exception being thrown.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
PersonalizationAdministration ClassPersonalizationAdministration Members
System.Web.UI.WebControls.WebParts Namespace
WebPartPersonalization
Other Resources
ASP.NET Web Parts PagesWeb Parts Personalization Overview
Walkthrough: Implementing Web Parts Personalization with a User Control
Web Parts Personalization