This documentation is archived and is not being maintained.
ScriptManagerProxy::ProfileService Property
Visual Studio 2010
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 ScriptManagerProxy element on the page. You can also programmatically configure the ProfileServiceManager object.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: