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

A ConnectionManagementElementCollection that contains the connection management information for the local computer.

Attribute

Hinweise

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

Gilt für:

Weitere Informationen