DefaultProxySection.Enabled Свойство

Определение

Получает или задает значение, указывающее, используется ли веб-прокси.

public:
 property bool Enabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enabled", DefaultValue=true)]
public bool Enabled { get; set; }
[<System.Configuration.ConfigurationProperty("enabled", DefaultValue=true)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

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

Значение true, если используется веб-прокси; в противном случае — false.

Атрибуты

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