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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.