Freigeben über


ConnectionManagementSection.ConnectionManagement Eigenschaft

Definition

Ruft die Auflistung der Verbindungsverwaltungsobjekte im Abschnitt ab.

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

Eigenschaftswert

Eine ConnectionManagementElementCollection mit den Verbindungsverwaltungsinformationen für den lokalen Computer.

Attribute

Hinweise

Die ConnectionManagementElementCollection von dieser Eigenschaft zurückgegebene enthält für jedes connectionManagement Element in der Konfigurationsdatei ein ConnectionManagementElement Element.

Gilt für:

Weitere Informationen