HttpRuntimeSection.AllowDynamicModuleRegistration Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob RegisterModule(Type) Methodenaufrufe zulässig sind. Der Standardwert lautet 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

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

Attribute

Gilt für: