PersonalizationProviderCollection.Item[String] Property

Definition

Gets a personalization provider based on the specified name.

public:
 property System::Web::UI::WebControls::WebParts::PersonalizationProvider ^ default[System::String ^] { System::Web::UI::WebControls::WebParts::PersonalizationProvider ^ get(System::String ^ name); };
public System.Web.UI.WebControls.WebParts.PersonalizationProvider this[string name] { get; }
member this.Item(string) : System.Web.UI.WebControls.WebParts.PersonalizationProvider
Default Public ReadOnly Property Item(name As String) As PersonalizationProvider

Parameters

name
String

The name of the personalization provider.

Property Value

The name of the personalization provider.

Remarks

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.

Applies to

See also