HttpRuntimeSection.AllowDynamicModuleRegistration Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of RegisterModule(Type) methode-aanroepen zijn toegestaan. De standaardwaarde is 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

Waarde van eigenschap

trueals RegisterModule(Type) methode-aanroepen zijn toegestaan; anders. false

Kenmerken

Van toepassing op