Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the choice of domain controller for a data source from which you want to import the user profile.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Enumeration Options
'Usage
Dim instance As DataSource.Options
public enum Options
Members
| Member name | Description | |
|---|---|---|
| CurrentDomain | Use current domain controller. | |
| Enterprise | Use the enterprise domain controller. | |
| Custom | Use the specified custom domain controller. | |
| None | No domain controller is defined. |