Microsoft Identity Integration Server 2003 Developer Reference

ChangeTypeDescription.Delete

The ChangeTypeDescription.Delete property gets a value that indicates that a delete operation will occur on an object. This value corresponds to the value of Add in the Advanced dialog box of Configure Attributes in Create Management Agent of the Enterprise Connectivity management agent.
[C#]
public abstract String Delete {get;}
[Visual Basic .NET]
Public MustOverride ReadOnly Property Delete As String

Requirements

Product: Microsoft Identity Integration Server 2003 Service Pack 1
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

ChangeTypeDescription