ICrmUtilityHostedControl.SetStartupCrmInterface(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 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.