Udostępnij za pośrednictwem


ScriptingProfileServiceSection.Enabled Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy usługa profilu jest dostępna w aplikacji ASP.NET z obsługą 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

Wartość właściwości

true jeśli usługa profilu jest włączona; w przeciwnym razie , false. Wartość domyślna to false.

Atrybuty

Dotyczy