Share via


ScriptingProfileServiceSection.Enabled Proprietà

Definizione

Ottiene o imposta un valore che indica la disponibilità o meno del servizio profili nell'applicazione ASP.NET abilitata per 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 profili è attivato; in caso contrario false. Il valore predefinito è false.

Attributi

Si applica a