HttpRuntimeSection.AllowDynamicModuleRegistration Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob RegisterModule(Type)-Methodenaufrufe zulässig sind, oder legt diesen fest. Der Standardwert ist 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

Eigenschaftswert

Boolean

true, wenn RegisterModule(Type)-Methodenaufrufe zulässig sind; andernfalls false.

Attribute

Gilt für