ConfigurationElementCollection.CollectionType Property
.NET Framework 4.6 and 4.5
Gets the type of the ConfigurationElementCollection.
Namespace: System.Configuration
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System.Configuration.ConfigurationElementCollectionTypeThe ConfigurationElementCollectionType of this collection.
The type will be either a BasicMap or an AddRemoveClearMap field. For more information, see ConfigurationElementCollectionType.
Show: