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

truepokud je ověřovací služba povolená; v opačném případě . false Výchozí hodnota je false.

Atributy

Platí pro