ConnectionManagementSection.ConnectionManagement Eigenschap

Definitie

Hiermee haalt u de verzameling verbindingsbeheerobjecten op in de sectie.

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

Waarde van eigenschap

Een ConnectionManagementElementCollection met de verbindingsbeheergegevens voor de lokale computer.

Kenmerken

Opmerkingen

De ConnectionManagementElementCollection geretourneerde eigenschap bevat één ConnectionManagementElement voor elk connectionManagement element in het configuratiebestand.

Van toepassing op

Zie ook