HttpRuntimeSection.AllowDynamicModuleRegistration Propiedad

Definición

Obtiene o establece un valor que indica si RegisterModule(Type) se permiten llamadas a métodos. El valor predeterminado 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

true es si RegisterModule(Type) se permiten llamadas de método; de lo contrario, falsees .

Atributos

Se aplica a