Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to identify the modification type of an object.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
'Usage
Dim instance As ObjectModificationType
'Declaration
Public Enumeration ObjectModificationType
public enum ObjectModificationType
public enum class ObjectModificationType
public enum ObjectModificationType
public enum ObjectModificationType
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. |