DataSource.Type Enumeration
Defines the type of data source for the user profile.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Enumeration Type
'Usage
Dim instance As DataSource.Type
public enum Type
Members
Member name | Description | |
---|---|---|
ActiveDirectory | Data source is an Active Directory directory. | |
LDAP | The data source is an LDAP directory. | |
ApplicationRegistry | The data source is application-specific registry. | |
ActiveDirectoryResource | The data source is an Active Directory resource. | |
ActiveDirectoryLoginForest | Data source is an Active Directory forest. | |
UNKNOWN | The data source is unknown. |