共用方式為


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

屬性值

如果已啟用對應,則為 true,否則為 false。 預設值是 true

屬性

適用於