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

属性

适用于