共用方式為


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 區段。

適用於