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)
[<ConfigurationPropertyAttribute("apartmentThreading", DefaultValue = false)>] member ApartmentThreading : bool with get, set
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: