Compartir a través de


NetSectionGroup.ConnectionManagement Propiedad

Definición

Obtiene la sección de configuración que contiene la configuración de la administración de conexiones para el equipo local.

public:
 property System::Net::Configuration::ConnectionManagementSection ^ ConnectionManagement { System::Net::Configuration::ConnectionManagementSection ^ get(); };
[System.Configuration.ConfigurationProperty("connectionManagement")]
public System.Net.Configuration.ConnectionManagementSection ConnectionManagement { get; }
[<System.Configuration.ConfigurationProperty("connectionManagement")>]
member this.ConnectionManagement : System.Net.Configuration.ConnectionManagementSection
Public ReadOnly Property ConnectionManagement As ConnectionManagementSection

Valor de propiedad

Un objeto ConnectionManagementSection.

Atributos

Comentarios

La sección devuelta por esta propiedad corresponde al <elemento de configuración connectionManagement> Element (Network Settings).

Se aplica a