HttpRuntimeSection.ApartmentThreading Property
.NET Framework 3.0
Gets or sets a value that indicates whether application apartment threading is enabled.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_ApartmentThreading () /** @property */ public void set_ApartmentThreading (boolean value)
public function get ApartmentThreading () : boolean public function set ApartmentThreading (value : boolean)
Not applicable.
Property Value
true if application apartment threading is enabled; otherwise, false.Community Additions
ADD
Show: