LDAP Client.Net

Entry Class

Represents an entry in an LDAP directory.

For a list of all members of this type, see Entry Members.

System.Object
   LdapServices.Ldap.Entry

[Visual Basic]
MustInherit Public Class Entry
    Implements IDisposable
[C#]
public abstract class Entry : IDisposable
[C++]
public __gc __abstract class Entry : public IDisposable
[JScript]
public  class Entry extends IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: LdapServices.Ldap

Assembly: LdapServices.LdapClient (in LdapServices.LdapClient.dll)

See Also

Entry Members | LdapServices.Ldap Namespace