ICrmUtilityHostedControl.SetStartupCrmInterface(CrmServiceClient) Method

Definition

Sets the startup service used if there is only one CRM connection.

public:
 void SetStartupCrmInterface(Microsoft::Xrm::Tooling::Connector::CrmServiceClient ^ managementSvc);
public void SetStartupCrmInterface (Microsoft.Xrm.Tooling.Connector.CrmServiceClient managementSvc);
abstract member SetStartupCrmInterface : Microsoft.Xrm.Tooling.Connector.CrmServiceClient -> unit
Public Sub SetStartupCrmInterface (managementSvc As CrmServiceClient)

Parameters

managementSvc
CrmServiceClient

Represents the API interface for CRM.

Applies to