Represents the change type attribute on an object. The attribute is used to determine the type of operation that will occur when an object is imported or exported to the metaverse using the Enterprise Connectivity management agent. The attribute values are set in the Advanced dialog box of Create Management Agent for the Enterprise Connectivity management agent.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As ChangeTypeDescription

Syntax

Visual Basic
Public MustInherit Class ChangeTypeDescription
C#
public abstract class ChangeTypeDescription
C++
public ref class ChangeTypeDescription abstract
J#
public abstract class ChangeTypeDescription
JScript
public abstract class ChangeTypeDescription

Inheritance Hierarchy

System.Object
  Microsoft.MetadirectoryServices.ChangeTypeDescription

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also