HttpRuntimeSection::ApartmentThreading Property
.NET Framework (current version)
Gets or sets a value that indicates whether application apartment threading is enabled.
Assembly: System.Web (in System.Web.dll)
public: [ConfigurationPropertyAttribute("apartmentThreading", DefaultValue = false)] property bool ApartmentThreading { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if application apartment threading is enabled; otherwise, false.
The default value is false.
.NET Framework
Available since 2.0
Available since 2.0
Show: