ScriptManagerProxy::ProfileService Property
Gets the ProfileServiceManager object that is associated with the current ScriptManagerProxy instance.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
[PersistenceModeAttribute(PersistenceMode::InnerProperty)] public: property ProfileServiceManager^ ProfileService { ProfileServiceManager^ get (); }
Property Value
Type: System.Web.UI::ProfileServiceManagerThe ProfileServiceManager object for the current ScriptManagerProxy instance.
The ProfileServiceManager object that is returned by this property represents the profile service that is registered with the page.
You can use the ASP.NET profile service or use a custom profile service. To use a custom service, you can register it by including a ProfileService element inside the asp:ScriptManagerProxy element on the page. You can also programmatically configure the ProfileServiceManager object.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.