ConnectionManagementSection.ConnectionManagement Propiedad

Definición

Obtiene la colección de objetos de administración de conexiones de la sección.

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("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.Net.Configuration.ConnectionManagementElementCollection ConnectionManagement { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.ConnectionManagement : System.Net.Configuration.ConnectionManagementElementCollection
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.ConnectionManagement : System.Net.Configuration.ConnectionManagementElementCollection
Public ReadOnly Property ConnectionManagement As ConnectionManagementElementCollection

Valor de propiedad

ConnectionManagementElementCollection

Una colección ConnectionManagementElementCollection que contiene la información de la administración de conexiones para el equipo local.

Atributos

Comentarios

La ConnectionManagementElementCollection devuelta por esta propiedad contiene una ConnectionManagementElement para cada connectionManagement elemento del archivo de configuración.

Se aplica a

Consulte también