Compartir a través de


ServiceProxyManager.ServiceAdapter Propiedad

Gets the service adapter that wraps the service used for all requests.

Espacio de nombres:  Microsoft.MasterDataServices.Deployment
Ensamblado:  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Sintaxis

'Declaración
Protected ReadOnly Property ServiceAdapter As ServiceAdapter 
    Get
'Uso
Dim value As ServiceAdapter 

value = Me.ServiceAdapter
protected ServiceAdapter ServiceAdapter { get; }
protected:
property ServiceAdapter^ ServiceAdapter {
    ServiceAdapter^ get ();
}
member ServiceAdapter : ServiceAdapter
function get ServiceAdapter () : ServiceAdapter

Valor de la propiedad

Tipo: ServiceAdapter
The service adapter that wraps the service used for all requests.

Vea también

Referencia

ServiceProxyManager Clase

Espacio de nombres Microsoft.MasterDataServices.Deployment