ICrmServiceConsumer.SetCrmServices(CrmServiceClient) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the CRM services.
public:
void SetCrmServices(Microsoft::Xrm::Tooling::Connector::CrmServiceClient ^ CrmAdapter);
public void SetCrmServices (Microsoft.Xrm.Tooling.Connector.CrmServiceClient CrmAdapter);
abstract member SetCrmServices : Microsoft.Xrm.Tooling.Connector.CrmServiceClient -> unit
Public Sub SetCrmServices (CrmAdapter As CrmServiceClient)
Parameters
- CrmAdapter
- CrmServiceClient
Specifies the CRM adapter.