LDAPConnection Class
Represents a connection to a Lightweight Directory Access Protocol (LDAP) directory.
Inheritance Hierarchy
System.Object
Microsoft.Office.Server.UserProfiles.Connection
Microsoft.Office.Server.UserProfiles.LDAPConnection
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class LDAPConnection _
Inherits Connection
'Usage
Dim instance As LDAPConnection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class LDAPConnection : Connection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.