ConnectionManagementSection::ConnectionManagement Property
.NET Framework (current version)
Gets the collection of connection management objects in the section.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("", IsDefaultCollection = true)] property ConnectionManagementElementCollection^ ConnectionManagement { ConnectionManagementElementCollection^ get(); }
Property Value
Type: System.Net.Configuration::ConnectionManagementElementCollection^A ConnectionManagementElementCollection that contains the connection management information for the local computer.
The ConnectionManagementElementCollection returned by this property contains one ConnectionManagementElement for each connectionManagement element in the configuration file.
.NET Framework
Available since 2.0
Available since 2.0
Show: