ScriptingRoleServiceSection.Enabled 属性

定义

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

属性值

如果启用了角色服务,则为 true;否则为 false。 默认值为 false

属性

适用于