DataSource.Connections Property
Gets the connections from which to import user profiles.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Connections As ICollection
Get
'Usage
Dim instance As DataSource
Dim value As ICollection
value = instance.Connections
public ICollection Connections { get; }
Property Value
Type: System.Collections.ICollection
The System.Collections.ICollection that contains the collection of connections from which to import user profiles.
Remarks
For more information about data sources and importing user profiles, see Importing User Profiles.