dotConnect for Mailchimp Documentation
Devart.Common Namespace / DbParameterBaseCollection Class / IsSynchronized Property

In This Topic
IsSynchronized Property
In This Topic
Indicates whether access to the collection is synchronized (thread-safe).
Syntax
'Declaration
 
Public Overrides ReadOnly Property IsSynchronized As Boolean
 

Property Value

true if access to the collection is synchronized (thread-safe); otherwise, false.
See Also