PersonalizationProviderCollection.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.