Freigeben über


UsdConfigurationManager.CrmManagementSvc Property

Gets the management connection to CRM. It is read-only.

Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)

Usage

'Usage
Dim instance As UsdConfigurationManager
Dim value As CrmServiceClient

value = instance.CrmManagementSvc

Syntax

'Declaration
Public Property CrmManagementSvc As CrmServiceClient
public CrmServiceClient CrmManagementSvc { get; }
public:
virtual property CrmServiceClient^ CrmManagementSvc {
    CrmServiceClient^ get () sealed;
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public final CrmServiceClient get_CrmManagementSvc ()
CompilerGeneratedAttribute 
public final function get CrmManagementSvc () : CrmServiceClient

Property Value

Type: 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

UsdConfigurationManager Class
UsdConfigurationManager Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader Namespace

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