ScriptManagerProxy.ProfileService Właściwość

Definicja

ProfileServiceManager Pobiera obiekt skojarzony z bieżącym ScriptManagerProxy wystąpieniem.

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

Wartość właściwości

ProfileServiceManager Obiekt dla bieżącego ScriptManagerProxy wystąpienia.

Atrybuty

Uwagi

ProfileServiceManager Obiekt zwrócony przez tę właściwość reprezentuje usługę profilu zarejestrowaną na stronie.

Możesz użyć usługi profilu ASP.NET lub użyć niestandardowej usługi profilu. Aby użyć usługi niestandardowej, możesz ją zarejestrować, dołączając ProfileService element wewnątrz ScriptManagerProxy elementu na stronie. Można również programowo skonfigurować ProfileServiceManager obiekt.

Dotyczy