ServiceProxyManager.ServiceAdapter Property
Gets the service adapter that wraps the service used for all requests.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
protected ServiceAdapter ServiceAdapter { get; }
protected:
property ServiceAdapter^ ServiceAdapter {
ServiceAdapter^ get();
}
member ServiceAdapter : ServiceAdapter with get
Protected ReadOnly Property ServiceAdapter As ServiceAdapter
Property Value
Type: Microsoft.MasterDataServices.WebUI.ServiceAdapter
The service adapter that wraps the service used for all requests.
See Also
ServiceProxyManager Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top