PersonalizationDictionary Properties
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
| 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[String^] | 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. |
| Name | Description | |
|---|---|---|
![]() ![]() | IDictionary::Item[Object^] | Gets or sets the Item property value for the PersonalizationDictionary class. |
Show:


