PersonalizationProviderCollection.Item Property (String)
.NET Framework (current version)
Gets a personalization provider based on the specified name.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System.String
The name of the personalization provider.
Property Value
Type: System.Web.UI.WebControls.WebParts.PersonalizationProviderThe name of the personalization provider.
Personalization providers in the collection are indexed according to the name of each provider, as set in the Web.config or Machine.config configuration files.
.NET Framework
Available since 2.0
Available since 2.0
Show: