UsdConfigurationManager.UserProfileService Property
Gets the CRM user profile object.
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 ProfileOperations
value = instance.UserProfileService
Syntax
'Declaration
Public Property UserProfileService As ProfileOperations
public ProfileOperations UserProfileService { get; }
public:
virtual property ProfileOperations^ UserProfileService {
ProfileOperations^ get () sealed;
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public final ProfileOperations get_UserProfileService ()
CompilerGeneratedAttribute
public final function get UserProfileService () : ProfileOperations
Property Value
Type: ProfileOperations
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.