DataSource.DefaultUserID Property
Gets the default user identifier used to access the data source for importing user profiles.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property DefaultUserID As String
Get
'Usage
Dim instance As DataSource
Dim value As String
value = instance.DefaultUserID
public string DefaultUserID { get; }
Property Value
Type: System.String
The user identifier used to access the data source used for importing user profiles.
Remarks
For more information about data sources and importing user profiles, see Importing User Profiles.