Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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