ConnectionManagementSection.ConnectionManagement Eigenschap
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.