Used to identify the modification type of an attribute.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As AttributeModificationType
Syntax
'Declaration
Public Enumeration AttributeModificationType
public enum AttributeModificationType
public enum class AttributeModificationType
public enum AttributeModificationType
public enum AttributeModificationType
Members
| Member name | Description |
|---|---|
| Add | The attribute modification type is add. |
| Delete | The attribute modification type is delete. |
| Replace | The attribute modification type is replace. |
| Unconfigured | The attribute modification type is not configured. |
| Update | The attribute modification type is update. |