ConnectionManagementSection.ConnectionManagement Propriété

Définition

Obtient la collection d’objets de gestion des connexions 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é

Qui ConnectionManagementElementCollection contient les informations de gestion des connexions pour l’ordinateur local.

Attributs

Remarques

La ConnectionManagementElementCollection propriété retournée contient une ConnectionManagementElement pour chaque connectionManagement élément du fichier de configuration.

S’applique à

Voir aussi