次の方法で共有


ScriptingWebServicesSectionGroup.ProfileService プロパティ

定義

構成ファイルに含まれている profileService セクションを取得します。

public:
 property System::Web::Configuration::ScriptingProfileServiceSection ^ ProfileService { System::Web::Configuration::ScriptingProfileServiceSection ^ get(); };
[System.Configuration.ConfigurationProperty("profileService")]
public System.Web.Configuration.ScriptingProfileServiceSection ProfileService { get; }
[<System.Configuration.ConfigurationProperty("profileService")>]
member this.ProfileService : System.Web.Configuration.ScriptingProfileServiceSection
Public ReadOnly Property ProfileService As ScriptingProfileServiceSection

プロパティ値

ScriptingProfileServiceSection

ScriptingProfileServiceSection オブジェクト。

属性

注釈

ScriptingProfileServiceSection オブジェクトは構成ファイルの profileService セクションを参照します。

適用対象