Identifies the type of operation that is used on the object in the ExportEntry method.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As ModificationType

Syntax

Visual Basic
Public Enumeration ModificationType
C#
public enum ModificationType
C++
public enum class ModificationType
J#
public enum ModificationType
JScript
public enum ModificationType

Members

Member name Description
Add Indicates that the object is added to the connector space.
Delete Indicates that the object is being deleted from the connector space.
Replace Indicates that the object is replacing an existing object in the connector space.

Platforms

Target Platforms

See Also