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