ConnectionManagementSection.ConnectionManagement 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取节中连接管理对象的集合。
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 。