The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ConfigurationElementCollection::CollectionType Property
.NET Framework (current version)
Gets the type of the ConfigurationElementCollection.
Assembly: System.Configuration (in System.Configuration.dll)
public: property ConfigurationElementCollectionType CollectionType { virtual ConfigurationElementCollectionType get(); }
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: