Share via


ICrmUtilityHostedControl.CrmInterface Property

Gets the CRM interface.

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

Usage

'Usage
Dim instance As ICrmUtilityHostedControl
Dim value As CrmServiceClient

value = instance.CrmInterface

Syntax

'Declaration
ReadOnly Property CrmInterface As CrmServiceClient
CrmServiceClient CrmInterface { get; }
property CrmServiceClient^ CrmInterface {
    CrmServiceClient^ get ();
}
/** @property */
CrmServiceClient get_CrmInterface ()
function get CrmInterface () : CrmServiceClient

Property Value

Returns CrmServiceClient.

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.