PersonalizationDictionary.IsFixedSize Property

Definition

Gets whether the personalization dictionary is of a fixed size.

public:
 virtual property bool IsFixedSize { bool get(); };
public virtual bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public Overridable ReadOnly Property IsFixedSize As Boolean

Property Value

false in all cases.

Implements

Remarks

This property always returns false because personalization dictionaries are not of a fixed size.

Applies to