Sdílet prostřednictvím


UrlMappingsSection.IsEnabled Vlastnost

Definice

Získá nebo nastaví hodnotu označující, jestli je mapování povolené.

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

Hodnota vlastnosti

Boolean

truepokud je mapování povoleno; v opačném případě . false Výchozí hodnota je true.

Atributy

Platí pro