Propriété ServiceAdapter
Gets the ServiceAdapter object 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 ServiceAdapter object that wraps the service used for all requests.
Voir aussi