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 attribute.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
'Usage
Dim instance As AttributeModificationType
'Declaration
Public Enumeration AttributeModificationType
public enum AttributeModificationType
public enum class AttributeModificationType
public enum AttributeModificationType
public enum AttributeModificationType
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. |