Partager via


Propriété ServiceProxyManager.ServiceAdapter

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

Espace de noms :  Microsoft.MasterDataServices.Deployment
Assembly :  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Syntaxe

'Déclaration
Protected ReadOnly Property ServiceAdapter As ServiceAdapter 
    Get
'Utilisation
Dim value As ServiceAdapter 

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

Valeur de propriété

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

Voir aussi

Référence

ServiceProxyManager Classe

Espace de noms Microsoft.MasterDataServices.Deployment