ConnectionManagementSection.ConnectionManagement Egenskap

Definition

Hämtar samlingen med anslutningshanteringsobjekt i avsnittet .

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

Egenskapsvärde

En ConnectionManagementElementCollection som innehåller information om anslutningshantering för den lokala datorn.

Attribut

Kommentarer

Den ConnectionManagementElementCollection som returneras av den här egenskapen innehåller en ConnectionManagementElement för varje connectionManagement element i konfigurationsfilen.

Gäller för

Se även