LDAP Client.Net

ValueCollection Members

ValueCollection overview

Public Instance Properties

Count The number of values in this collection.
IsSynchronized Gets a value indicating whether access to this collection is synchronized (thread safe).
Item Value in this collection.
SyncRoot Gets an object that can be used to synchronize access to this collection.

Public Instance Methods

AddOverloaded. Insert a new string value into the directory, if the directory schema allows it.
AddFromFile Insert a new string value into the directory, using the contents of a file, when the directory schema allows it.
CopyTo Copies the elements of this collection to an Array, starting at a particular Array index.
Dispose 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetEnumerator 
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

ValueCollection Class | LdapServices.Ldap Namespace