UrlMappingsSection.IsEnabled Proprietà

Definizione

Ottiene o imposta un valore che indica se il mapping è attivato.

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

Valore della proprietà

Boolean

true se il mapping è attivato; in caso contrario, false. Il valore predefinito è true.

Attributi

Si applica a