LDAP Client.Net

AttributeCollection Class

Represents a collection of attributes for an entry.

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

System.Object
   LdapServices.Ldap.AttributeCollection

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

AttributeCollection Members | LdapServices.Ldap Namespace