ScriptManagerProxy::Services Property
Gets a ScriptReferenceCollection object that contains a ServiceReference object for each service that is explicitly registered with the ScriptManagerProxy control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
[PersistenceModeAttribute(PersistenceMode::InnerProperty)] public: property ServiceReferenceCollection^ Services { ServiceReferenceCollection^ get (); }
Property Value
Type: System.Web.UI::ServiceReferenceCollectionA collection that contains an ServiceReference object for each service that is registered with the ScriptManagerProxy control.
The Services collection enables you to add services to any services that are already registered with the ScriptManager control.
You can add service references to the Services collection declaratively by using the asp:ServiceReference element. You can add service references programmatically by adding ServiceReference objects to the Services collection.
If a service is already registered with the ScriptManagerProxy or ScriptManager control, the service is not registered again.
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.