PersonalizationDictionary Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Count | Gets the number of entries in the dictionary. |
| IsFixedSize | Gets whether the personalization dictionary is of a fixed size. |
| IsReadOnly | Gets whether the personalization dictionary is read-only. |
| IsSynchronized | Gets whether the personalization dictionary is synchronized. |
| Item | Gets or sets an entry in the personalization dictionary. |
| Keys | Gets a reference to an ICollection object containing the keys for the personalization dictionary. |
| SyncRoot | Gets an object that can be used to synchronize access to the personalization dictionary. |
| Values | Gets a reference to an ICollection object containing the values in the personalization dictionary. |
Reference
PersonalizationDictionary ClassSystem.Web.UI.WebControls.WebParts Namespace
SqlPersonalizationProvider
IDictionary
ICollection
Other Resources
ASP.NET Web Parts PagesWeb Parts Personalization Overview
Walkthrough: Implementing Web Parts Personalization with a User Control
Web Parts Personalization
Community Additions
ADD
Show: