Udostępnij przez


ConnectionManagementSection.ConnectionManagement Właściwość

Definicja

Pobiera kolekcję obiektów zarządzania połączeniami w sekcji .

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

Wartość właściwości

Element ConnectionManagementElementCollection zawierający informacje o zarządzaniu połączeniami dla komputera lokalnego.

Atrybuty

Uwagi

Zwrócony ConnectionManagementElementCollection przez tę właściwość zawiera jeden ConnectionManagementElement dla każdego connectionManagement elementu w pliku konfiguracji.

Dotyczy

Zobacz też