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には、構成ファイル内のConnectionManagementElement要素ごとに 1 つのconnectionManagementが含まれています。

適用対象

こちらもご覧ください