LDAP Client.Net

ValueCollection Class

Represents a collection of attribute values in an LDAP directory.

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

System.Object
   LdapServices.Ldap.ValueCollection

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

ValueCollection Members | LdapServices.Ldap Namespace