Share via


HttpRuntimeSection.AllowDynamicModuleRegistration Propiedad

Definición

Obtiene o establece un valor que indica si se permiten llamadas al método RegisterModule(Type). De manera predeterminada, es true.

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

Valor de propiedad

Boolean

Es true si se permiten llamadas al método RegisterModule(Type); en caso contrario, es false.

Atributos

Se aplica a