Compartir vía


ScriptingWebServicesSectionGroup.ProfileService Propiedad

Definición

Obtiene la sección profileService contenida en el archivo de configuración.

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

Valor de propiedad

ScriptingProfileServiceSection

Un objeto ScriptingProfileServiceSection.

Atributos

Comentarios

El objeto ScriptingProfileServiceSection hace referencia a la sección profileService del archivo de configuración.

Se aplica a