ScriptingAuthenticationServiceSection.Enabled 属性

定义

获取或设置一个值,该值指示是否为使用 ASP.NET 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

属性值

true 如果已启用身份验证服务,则为否则,为 false. 默认值为 false

属性

适用于