HttpRuntimeSection.AllowDynamicModuleRegistration Proprietà

Definizione

Ottiene o imposta un valore che indica se sono consentite chiamate al metodo RegisterModule(Type). Il valore predefinito è 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

Valore della proprietà

Boolean

true se sono consentite chiamate al metodo RegisterModule(Type); in caso contrario, false.

Attributi

Si applica a