Share via


UrlMappingsSection.IsEnabled Propriété

Définition

Obtient ou définit une valeur indiquant si le mappage est activé.

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

Valeur de propriété

Boolean

true si le mappage est activé ; sinon, false. La valeur par défaut est true.

Attributs

S’applique à