Count | The number of attributes in this collection. |
IsSynchronized | Gets a value indicating whether access to this collection is synchronized (thread safe). |
Item | Overloaded. Attribute in this collection. |
SyncRoot | Gets an object that can be used to synchronize access to this collection. |
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. |