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