LDAP Client.Net

EntryCollection Class

Represents a collection of entries.

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

System.Object
   LdapServices.Ldap.EntryCollection

[Visual Basic]
MustInherit Public Class EntryCollection
    Implements ICollection, IEnumerable, IDisposable
[C#]
public abstract class EntryCollection : ICollection, IEnumerable, IDisposable
[C++]
public __gc __abstract class EntryCollection : public ICollection, IEnumerable, IDisposable
[JScript]
public  class EntryCollection extends ICollection, IEnumerable, 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

EntryCollection Members | LdapServices.Ldap Namespace