Share via


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 です。

属性

適用対象