PersonalizationDictionary.IsReadOnly Property

 

Gets whether the personalization dictionary is read-only.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

abstract IsReadOnly : bool with get
override IsReadOnly : bool with get

Property Value

Type: System.Boolean

false in all cases.

This property always returns false because personalization dictionaries are not read-only.

.NET Framework
Available since 2.0
Return to top
Show: