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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.