MembershipUserCollection.IsSynchronized Property

 

Gets a value indicating whether the membership user collection is thread safe.

Namespace:   System.Web.Security
Assembly:  System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)

Public ReadOnly Property IsSynchronized As Boolean

Property Value

Type: System.Boolean

Always false because thread-safe membership user collections are not supported.

Application code does not normally use this property.

.NET Framework
Available since 2.0
Return to top
Show: