ScriptManagerProxy.ProfileService Propriedade
Definição
Obtém o objeto ProfileServiceManager associado à instância ScriptManagerProxy atual.Gets the ProfileServiceManager object that is associated with the current ScriptManagerProxy instance.
public:
property System::Web::UI::ProfileServiceManager ^ ProfileService { System::Web::UI::ProfileServiceManager ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.ProfileServiceManager ProfileService { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.ProfileService : System.Web.UI.ProfileServiceManager
Public ReadOnly Property ProfileService As ProfileServiceManager
Valor da propriedade
O objeto ProfileServiceManager da instância ScriptManagerProxy atual.The ProfileServiceManager object for the current ScriptManagerProxy instance.
- Atributos
Comentários
O ProfileServiceManager objeto retornado por essa propriedade representa o serviço de perfil registrado com a página.The ProfileServiceManager object that is returned by this property represents the profile service that is registered with the page.
Você pode usar o serviço de perfil ASP.NET ou usar um serviço de perfil personalizado.You can use the ASP.NET profile service or use a custom profile service. Para usar um serviço personalizado, você pode registrá-lo incluindo um ProfileService elemento dentro do ScriptManagerProxy elemento na página.To use a custom service, you can register it by including a ProfileService element inside the ScriptManagerProxy element on the page. Você também pode configurar o objeto programaticamente ProfileServiceManager .You can also programmatically configure the ProfileServiceManager object.