ConfigurationElementCollection.IsSynchronized Property
.NET Framework 4.6 and 4.5
Gets a value indicating whether access to the collection is synchronized.
Namespace: System.Configuration
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System.Booleantrue if access to the ConfigurationElementCollection is synchronized; otherwise, false.
Implements
ICollection.IsSynchronized
Show: