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