ScriptingAuthenticationServiceSection.Enabled Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy usługa uwierzytelniania jest włączona dla aplikacji korzystającej z funkcji 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

Wartość właściwości

Boolean

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

Atrybuty

Dotyczy