DataSource.DefaultContentAccessAcount Property
Gets the default access account 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 DefaultContentAccessAcount As String
Get
'Usage
Dim instance As DataSource
Dim value As String
value = instance.DefaultContentAccessAcount
public string DefaultContentAccessAcount { get; }
Property Value
Type: System.String
The default access account from which to import user profiles.
Remarks
For more information about data sources and importing user profiles, see Importing User Profiles.