Свойство ServiceAdapter

Gets the ServiceAdapter object that wraps the service used for all requests.

Пространство имен:  Microsoft.MasterDataServices.Deployment
Сборка:  Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)

Синтаксис

'Декларация
Protected ReadOnly Property ServiceAdapter As ServiceAdapter
    Get
'Применение
Dim value As ServiceAdapter

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

Значение свойства

Тип: ServiceAdapter
The ServiceAdapter object that wraps the service used for all requests.