NetSectionGroup.ConnectionManagement 属性

定义

获取包含本地计算机的连接管理设置的配置节。

public:
 property System::Net::Configuration::ConnectionManagementSection ^ ConnectionManagement { System::Net::Configuration::ConnectionManagementSection ^ get(); };
[System.Configuration.ConfigurationProperty("connectionManagement")]
public System.Net.Configuration.ConnectionManagementSection ConnectionManagement { get; }
[<System.Configuration.ConfigurationProperty("connectionManagement")>]
member this.ConnectionManagement : System.Net.Configuration.ConnectionManagementSection
Public ReadOnly Property ConnectionManagement As ConnectionManagementSection

属性值

ConnectionManagementSection 对象。

属性

注解

此属性返回的部分对应于 <connectionManagement> 元素 (网络设置) 配置元素。

适用于