Share via


ScriptingAuthenticationServiceSection.Enabled Propiedad

Definición

Obtiene o establece un valor que indica si el servicio de autenticación se habilita para una aplicación que utiliza características de 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

Valor de propiedad

Boolean

Es true si se habilita el servicio de autenticación; de lo caso contrario, es false. De manera predeterminada, es false.

Atributos

Se aplica a