ScriptManagerProxy.Services Propiedad

Definición

Obtiene un ScriptReferenceCollection objeto que contiene un ServiceReference objeto para cada servicio que se registra explícitamente con el ScriptManagerProxy control .

public:
 property System::Web::UI::ServiceReferenceCollection ^ Services { System::Web::UI::ServiceReferenceCollection ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.ServiceReferenceCollection Services { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.Services : System.Web.UI.ServiceReferenceCollection
Public ReadOnly Property Services As ServiceReferenceCollection

Valor de propiedad

Colección que contiene un ServiceReference objeto para cada servicio registrado con el ScriptManagerProxy control .

Atributos

Comentarios

La Services colección permite agregar servicios a todos los servicios que ya están registrados con el ScriptManager control .

Puede agregar referencias de servicio a la Services colección mediante declaración mediante el ServiceReference elemento . Puede agregar referencias de servicio mediante programación agregando ServiceReference objetos a la Services colección.

Si un servicio ya está registrado con el ScriptManagerProxy control o ScriptManager , el servicio no se vuelve a registrar.

Se aplica a