UrlMappingsSection.IsEnabled Propriedade

Definição

Recebe ou define um valor que indica se o mapeamento está ativado.

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 de Propriedade

true se o mapeamento estiver ativado; caso contrário, false. O valor predefinido é true.

Atributos

Aplica-se a