次の方法で共有


NetSectionGroup.ConnectionManagement プロパティ

定義

ローカル コンピューターの接続管理設定を格納している構成セクションを取得します。

public:
 property System::Net::Configuration::ConnectionManagementSection ^ ConnectionManagement { System::Net::Configuration::ConnectionManagementSection ^ get(); };
[System.Configuration.ConfigurationProperty("connectionManagement")]
public System.Net.Configuration.ConnectionManagementSection ConnectionManagement { get; }
[<System.Configuration.ConfigurationProperty("connectionManagement")>]
member this.ConnectionManagement : System.Net.Configuration.ConnectionManagementSection
Public ReadOnly Property ConnectionManagement As ConnectionManagementSection

プロパティ値

ConnectionManagementSection オブジェクト。

属性

注釈

このプロパティによって返されるセクションは、connectionManagement> 要素 (ネットワーク設定) 構成要素に<対応します。

適用対象