ScriptingProfileServiceSection.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

属性

适用于