HttpRuntimeSection.ApartmentThreading Propriedade

Definição

Obtém ou define um valor que indica se o apartment threading do aplicativo está habilitado.Gets or sets a value that indicates whether application apartment threading is enabled.

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

Valor da propriedade

Boolean

true Se o Threading do aplicativo Apartment estiver habilitado; caso contrário, false .true if application apartment threading is enabled; otherwise, false.

Atributos

Comentários

O valor padrão é false.The default value is false.

Aplica-se a