Partager via


ScriptingAuthenticationServiceSection.Enabled Propriété

Définition

Obtient ou définit une valeur qui indique si le service d'authentification est activé pour une application qui utilise des fonctionnalités AJAX de ASP.NET.

public:
 property bool Enabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enabled", DefaultValue=false)]
public bool Enabled { get; set; }
[<System.Configuration.ConfigurationProperty("enabled", DefaultValue=false)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

Valeur de propriété

Boolean

true si le service d'authentification est activé ; sinon false. La valeur par défaut est false.

Attributs

S’applique à