HttpRuntimeSection::Enable Property
.NET Framework (current version)
Gets or sets a value that indicates whether the application domain is enabled.
Assembly: System.Web (in System.Web.dll)
public: [ConfigurationPropertyAttribute("enable", DefaultValue = true)] property bool Enable { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the application domain is enabled; otherwise, false. The default value is true.
This setting affects the application domain or domains at the current node level and below.
.NET Framework
Available since 2.0
Available since 2.0
Show: