MembershipUserCollection.IsSynchronized Property
.NET Framework (current version)
Gets a value indicating whether the membership user collection is thread safe.
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
Property Value
Type: System.BooleanAlways false because thread-safe membership user collections are not supported.
Implements
ICollection.IsSynchronizedApplication code does not normally use this property.
.NET Framework
Available since 2.0
Available since 2.0
Show: