MAObjectConfirmation Enumeration

Used to identify the object confirmation type supported by a management agent.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As MAObjectConfirmation

Syntax

'Declaration
Public Enumeration MAObjectConfirmation
public enum MAObjectConfirmation
public enum class MAObjectConfirmation
public enum MAObjectConfirmation
public enum MAObjectConfirmation

Members

Member name Description
NoAddAndDeleteConfirmation This is a combination of NoDeleteConfirmation flag and NoAddConfirmation.The Synchronization Engine traditionally relies on a confirming import to verify that an exported change actually made it into the connected system. However, not all connected systems will actually confirm an export in this way. Some connected systems may simply provide a response. Using NoAddAndDeleteConfirmation ECMA2 can interact with these connected systems.Exposed through: myCapabilities.ObjectConfirmation = MAObjectConfirmation.NoAddAndDeleteConfirmation;
NoDeleteConfirmation Exporting object deletion does not need import confirmation.
Normal Object confirmation is as normal.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.MetadirectoryServices Namespace