ScriptingAuthenticationServiceSection.Enabled Propriedade

Definição

Recebe ou define um valor que indica se o serviço de autenticação está ativado para uma aplicação que utiliza funcionalidades AJAX do 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 Propriedade

true se o serviço de autenticação estiver ativado; caso contrário, false. A predefinição é false.

Atributos

Aplica-se a