BasicHttpContextBindingElement.ContextManagementEnabled Propiedad

Definición

Obtiene o establece un valor que especifica si está habilitada la administración de contexto.

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

Valor de propiedad

true si la administración de contexto está habilitada; de lo contrario, false.

Atributos

Se aplica a