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 섹션을 참조합니다.

적용 대상