HttpRuntimeSection.AllowDynamicModuleRegistration プロパティ

定義

メソッド呼び出しを許可するかどうかを示す値 RegisterModule(Type) 取得または設定します。 既定値は 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

プロパティ値

true RegisterModule(Type)メソッド呼び出しが許可されている場合は。それ以外の場合はfalse

属性

適用対象