ScriptingWebServicesSectionGroup.ProfileService Eigenschaft

Definition

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

ScriptingProfileServiceSection

Ein ScriptingProfileServiceSection-Objekt.

Attribute

Hinweise

Das ScriptingProfileServiceSection-Objekt verweist auf den profileService-Abschnitt der Konfigurationsdatei.

Gilt für