UserProfileConfigManager.ConnectionManager property

Gets the ConnectionManager object that represents the data store from which user profile information is imported.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property ConnectionManager As ConnectionManager
    Get
'Usage
Dim instance As UserProfileConfigManager
Dim value As ConnectionManager

value = instance.ConnectionManager
public ConnectionManager ConnectionManager { get; }

Property value

Type: Microsoft.Office.Server.UserProfiles.ConnectionManager

See also

Reference

UserProfileConfigManager class

UserProfileConfigManager members

Microsoft.Office.Server.UserProfiles namespace