NetSectionGroup.ConnectionManagement Eigenschaft

Definition

Ruft den Konfigurationsabschnitt ab, der die Einstellungen für die Verbindungsverwaltung des lokalen Computers enthält.

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

Eigenschaftswert

Ein ConnectionManagementSection-Objekt.

Attribute

Hinweise

Der von dieser Eigenschaft zurückgegebene Abschnitt entspricht dem <Konfigurationselement connectionManagement-Element> (Netzwerkeinstellungen).

Gilt für: