PersonalizationDictionary.IsSynchronized Property

Definition

Gets whether the personalization dictionary is synchronized.

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

Property Value

false in all cases.

Implements

Remarks

This property always returns false because personalization dictionaries are not synchronized.

Applies to