ScriptingWebServicesSectionGroup.ProfileService Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft den profileService
-Abschnitt ab, der in der Konfigurationsdatei enthalten ist.
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
Eigenschaftswert
Ein ScriptingProfileServiceSection-Objekt.
- Attribute
Hinweise
Das ScriptingProfileServiceSection-Objekt verweist auf den profileService
-Abschnitt der Konfigurationsdatei.