ContextBindingElementExtensionElement.ContextManagementEnabled Propriedade
Definição
Obtém ou define um valor que especifica se o gerenciamento de contexto está habilitado.Gets or sets a value that specifies whether context management is enabled.
public:
property bool ContextManagementEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("contextManagementEnabled", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public bool ContextManagementEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("contextManagementEnabled", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.ContextManagementEnabled : bool with get, set
Public Property ContextManagementEnabled As Boolean
Valor da propriedade
true Se o gerenciamento de contexto estiver habilitado; caso contrário, false .true if context management is enabled; otherwise, false.
- Atributos