PersonalizationDictionary.SyncRoot Property

Definition

Gets an object that can be used to synchronize access to the personalization dictionary.

public:
 virtual property System::Object ^ SyncRoot { System::Object ^ get(); };
public virtual object SyncRoot { get; }
member this.SyncRoot : obj
Public Overridable ReadOnly Property SyncRoot As Object

Property Value

An object that can be used to synchronize access to the personalization dictionary.

Implements

Remarks

For collections whose underlying store is not publicly available, the expected implementation is to return the current instance. Note that the pointer to the current instance might not be sufficient for collections that wrap other collections; those should return the underlying collection's SyncRoot property.

Applies to