Compartilhar via


UrlMappingsSection.IsEnabled Propriedade

Definição

Obtém ou define um valor que indica se o mapeamento está habilitado.

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

Valor da propriedade

Boolean

true se o mapeamento estiver habilitado; caso contrário, false. O valor padrão é true.

Atributos

Aplica-se a