Sdílet prostřednictvím


ConnectionManagementSection.ConnectionManagement Vlastnost

Definice

Získá kolekci objektů správy připojení v oddílu.

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

Hodnota vlastnosti

A ConnectionManagementElementCollection , který obsahuje informace o správě připojení pro místní počítač.

Atributy

Poznámky

Vlastnost ConnectionManagementElementCollection vrácená touto vlastností obsahuje jeden ConnectionManagementElement pro každý connectionManagement prvek v konfiguračním souboru.

Platí pro

Viz také