WebPartsPersonalization.Providers Property

 

Gets a ProviderSettingsCollection collection that contains the Web Parts personalization providers for the current Web application.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[<ConfigurationPropertyAttribute("providers")>]
member Providers : ProviderSettingsCollection with get

Property Value

Type: System.Configuration.ProviderSettingsCollection

A ProviderSettingsCollection collection that contains the Web Parts personalization providers for the current Web application.

Web Parts personalization providers can only be defined at the Web-application level (in a Web.config file).

The following code example shows how to use the Providers property. This code example is part of a larger example provided for the WebPartsSection class.

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

.NET Framework
Available since 2.0
Return to top
Show: