ICrmUtilityHostedControl.SetStartupCrmInterface Method

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

Namespace: Microsoft.Crm.UnifiedServiceDesk.BaseControl
Assembly: Microsoft.Crm.UnifiedServiceDesk.BaseControl (in Microsoft.Crm.UnifiedServiceDesk.BaseControl.dll)

Usage

'Usage
Dim instance As ICrmUtilityHostedControl
Dim managementSvc As CrmServiceClient

instance.SetStartupCrmInterface(managementSvc)

Syntax

'Declaration
Sub SetStartupCrmInterface ( _
    managementSvc As CrmServiceClient _
)
void SetStartupCrmInterface (
    CrmServiceClient managementSvc
)
void SetStartupCrmInterface (
    CrmServiceClient^ managementSvc
)
void SetStartupCrmInterface (
    CrmServiceClient managementSvc
)
function SetStartupCrmInterface (
    managementSvc : CrmServiceClient
)

Parameters

  • managementSvc
    Represents the API interface for CRM.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ICrmUtilityHostedControl Interface
ICrmUtilityHostedControl Members
Microsoft.Crm.UnifiedServiceDesk.BaseControl Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.