Compartir a través de


ScriptingRoleServiceSection.Enabled Propiedad

Definición

Obtiene o establece un valor que indica si el servicio de rol está habilitado para una aplicación de ASP.NET que usa características de AJAX.

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

true si el servicio de rol está habilitado; de lo contrario, false. De manera predeterminada, es false.

Atributos

Se aplica a