UserProfileConfigManager.GetDataSource Method
Gets the DataSource object.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function GetDataSource As DataSource
'Usage
Dim instance As UserProfileConfigManager
Dim returnValue As DataSource
returnValue = instance.GetDataSource()
public DataSource GetDataSource()
Return Value
Type: Microsoft.Office.Server.UserProfiles.DataSource
The DataSource object for this user profile.
See Also
Reference
UserProfileConfigManager Class