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 部分。

适用于