LDAP Client.Net

AttributeCollection Methods

The methods of the AttributeCollection class are listed below. For a complete list of AttributeCollection class members, see the AttributeCollection Members topic.

Public Instance Methods

Add Insert a new attribute into the directory with a string value.
AddFromFile Insert a new attribute into the directory using the contents of a file as the value.
CopyTo Copies the elements of the 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.
Exists Checks if an attribute exists in the collection. Attribute name is case-sensitive.
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

AttributeCollection Class | LdapServices.Ldap Namespace