Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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