UrlMappingsSection.IsEnabled 属性
定义
获取或设置一个值,该值指示是否启用此映射。Gets or sets a value indicating whether the mapping is enabled.
public:
property bool IsEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enabled", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public bool IsEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("enabled", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.IsEnabled : bool with get, set
Public Property IsEnabled As Boolean
属性值
如果启用此映射,则为 true;否则为 false。true if the mapping is enabled; otherwise, false. 默认值为 true。The default value is true.
- 属性