Condividi tramite


ScriptingRoleServiceSection.Enabled Proprietà

Definizione

Ottiene o imposta un valore che indica se il servizio ruolo è abilitato per un'applicazione ASP.NET che usa le funzionalità 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

Valore della proprietà

true se il servizio ruolo è attivato; in caso contrario false. Il valore predefinito è false.

Attributi

Si applica a