NetSectionGroup::ConnectionManagement Property
.NET Framework (current version)
Gets the configuration section containing the connection management settings for the local computer.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("connectionManagement")] property ConnectionManagementSection^ ConnectionManagement { ConnectionManagementSection^ get(); }
Property Value
Type: System.Net.Configuration::ConnectionManagementSection^A ConnectionManagementSection object.
The section returned by this property corresponds to the <connectionManagement> Element (Network Settings) configuration element.
.NET Framework
Available since 2.0
Available since 2.0
Show: