Compartir a través de


UrlMappingsSection.IsEnabled Propiedad

Definición

Obtiene o establece un valor que indica si la asignación está habilitada.

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 propiedad

Boolean

Es true si la asignación está habilitada; de lo contrario, es false. El valor predeterminado es true.

Atributos

Se aplica a