Sdílet prostřednictvím


ScriptingAuthenticationServiceSection.Enabled Vlastnost

Definice

Získá nebo nastaví hodnotu, která označuje, zda je ověřovací služba povolena pro aplikaci, která používá funkce AJAX 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

Hodnota vlastnosti

Boolean

true je-li ověřovací služba povolena; falsev opačném případě . Výchozí formát je false.

Atributy

Platí pro