UsdConfigurationManager Constructor

Initializes a new instance of the UsdConfigurationManager class.

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

Usage

'Usage
Dim crmManagementSvc As CrmServiceClient
Dim userProfileOps As ProfileOperations

Dim instance As New UsdConfigurationManager(crmManagementSvc, userProfileOps)

Syntax

'Declaration
Public Sub New ( _
    crmManagementSvc As CrmServiceClient, _
    userProfileOps As ProfileOperations _
)
public UsdConfigurationManager (
    CrmServiceClient crmManagementSvc,
    ProfileOperations userProfileOps
)
public:
UsdConfigurationManager (
    CrmServiceClient^ crmManagementSvc, 
    ProfileOperations^ userProfileOps
)
public UsdConfigurationManager (
    CrmServiceClient crmManagementSvc, 
    ProfileOperations userProfileOps
)
public function UsdConfigurationManager (
    crmManagementSvc : CrmServiceClient, 
    userProfileOps : ProfileOperations
)

Parameters

  • crmManagementSvc
    Specifies the CRM service client instance.
  • userProfileOps
    Specifies the user profile options.

Remarks

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.