LDAP Client.Net

Value Class

Represents a value in an LDAP directory.

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

System.Object
   LdapServices.Ldap.Value

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

Value Members | LdapServices.Ldap Namespace