ScriptingAuthenticationServiceSection.Enabled Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of de verificatieservice is ingeschakeld voor een toepassing die gebruikmaakt van AJAX-functies van 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

Waarde van eigenschap

true als de verificatieservice is ingeschakeld; anders, false. De standaardwaarde is false.

Kenmerken

Van toepassing op