次の方法で共有


UrlMappingsSection.IsEnabled プロパティ

定義

割り当てを有効にするかどうかを示す値を取得または設定します。

public:
 property bool IsEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enabled", DefaultValue=true)]
public bool IsEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("enabled", DefaultValue=true)>]
member this.IsEnabled : bool with get, set
Public Property IsEnabled As Boolean

プロパティ値

Boolean

割り当てが有効な場合は true。それ以外の場合は false。 既定値は true です。

属性

適用対象