ScriptManagerProxy.ProfileService Tulajdonság

Definíció

Lekéri az ProfileServiceManager aktuális ScriptManagerProxy példányhoz társított objektumot.

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

Tulajdonság értéke

Az ProfileServiceManager aktuális ScriptManagerProxy példány objektuma.

Attribútumok

Megjegyzések

A ProfileServiceManager tulajdonság által visszaadott objektum a lapra regisztrált profilszolgáltatást jelöli.

Használhatja a ASP.NET profilszolgáltatást, vagy használhat egyéni profilszolgáltatást. Egyéni szolgáltatás használatához regisztrálhatja azt úgy, hogy belevesz egy ProfileService elemet a ScriptManagerProxy lapon lévő elembe. Az objektumot programozott módon is konfigurálhatja ProfileServiceManager .

A következőre érvényes: