UrlMappingsSection.IsEnabled Property

Definition

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=true)]
public bool IsEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("enabled", DefaultValue=true)>]
member this.IsEnabled : bool with get, set
Public Property IsEnabled As Boolean

Property Value

true if the mapping is enabled; otherwise, false. The default value is true.

Attributes

Applies to