ConnectionManagementSection.ConnectionManagement 属性

定义

获取节中连接管理对象的集合。

public:
 property System::Net::Configuration::ConnectionManagementElementCollection ^ ConnectionManagement { System::Net::Configuration::ConnectionManagementElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)]
public System.Net.Configuration.ConnectionManagementElementCollection ConnectionManagement { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.ConnectionManagement : System.Net.Configuration.ConnectionManagementElementCollection
Public ReadOnly Property ConnectionManagement As ConnectionManagementElementCollection

属性值

一个 ConnectionManagementElementCollection,包含本地计算机的连接管理信息。

属性

注解

ConnectionManagementElementCollection此属性返回的 包含配置文件中每个connectionManagement元素的一个 ConnectionManagementElement

适用于

另请参阅