NetSectionGroup.ConnectionManagement Свойство

Определение

Возвращает раздел конфигурации, содержащий параметры управления подключениями для локального компьютера.

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

Значение свойства

Объект ConnectionManagementSection.

Атрибуты

Комментарии

Раздел, возвращаемый этим свойством, соответствует элементу конфигурации <connectionManagement> Element (Параметры сети).

Применяется к