Partager via


ConnectionManagementSection.ConnectionManagement Propriété

Définition

Obtient la collection d'objets de gestion de connexion dans la section.

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

Valeur de propriété

ConnectionManagementElementCollection qui contient les informations de gestion de connexion de l'ordinateur local.

Attributs

Remarques

Le ConnectionManagementElementCollection retourné par cette propriété en contient un ConnectionManagementElement pour chaque connectionManagement élément du fichier de configuration.

S’applique à

Voir aussi