Share via


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 1 つがConnectionManagementElement含まれています。

適用対象

こちらもご覧ください