PersonalizationDictionary::SyncRoot Property
.NET Framework (current version)
Gets an object that can be used to synchronize access to the personalization dictionary.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Object^An object that can be used to synchronize access to the personalization dictionary.
Implements
ICollection::SyncRootFor 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: