PersonalizationProviderCollection::Item Property (String^)

 

Gets a personalization provider based on the specified name.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
property PersonalizationProvider^ default[
	String^ name
] {
	PersonalizationProvider^ get(String^ name);
}

Parameters

name
Type: System::String^

The name of the personalization provider.

Property Value

Type: System.Web.UI.WebControls.WebParts::PersonalizationProvider^

The 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
Return to top
Show: