ConnectionManagementSection.ConnectionManagement 属性

定义

获取节中连接管理对象的集合。Gets the collection of connection management objects in the section.

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("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.Net.Configuration.ConnectionManagementElementCollection ConnectionManagement { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.ConnectionManagement : System.Net.Configuration.ConnectionManagementElementCollection
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.ConnectionManagement : System.Net.Configuration.ConnectionManagementElementCollection
Public ReadOnly Property ConnectionManagement As ConnectionManagementElementCollection

属性值

ConnectionManagementElementCollection

一个 ConnectionManagementElementCollection,包含本地计算机的连接管理信息。A ConnectionManagementElementCollection that contains the connection management information for the local computer.

属性

注解

ConnectionManagementElementCollection此属性返回的 ConnectionManagementElement 对于 connectionManagement 配置文件中的每个元素都包含一个。The ConnectionManagementElementCollection returned by this property contains one ConnectionManagementElement for each connectionManagement element in the configuration file.

适用于

另请参阅