DirectoryAttributeOperation Enumeration
.NET Framework (current version)
The DirectoryAttributeOperation enumeration specifies the operation to perform on a directory attribute.
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
| Member name | Description | |
|---|---|---|
| Add | Add an attribute value. The value is equal to 0. | |
| Delete | Delete an attribute value. The value is equal to 1. | |
| Replace | Replace an attribute value. The value is equal to 2. |
.NET Framework
Available since 2.0
Available since 2.0
Show: