Microsoft Identity Integration Server 2003 Developer Reference

CSEntry.ConnectionChangeTime

The ConnectionChangeTime property retrieves the local date and time when the CSEntry object was last connected to or disconnected from a metaverse object. This property is not available in the IMAExtensibleCallExport.ExportEntry(ModificationType, String[], CSEntry) method.
[C#]
public DateTime ConnectionChangeTime {get;}
[Visual Basic .NET]
Public ReadOnly Property ConnectionChangeTime As DateTime

Requirements

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

See Also

CSEntry, IMAExtensibleCallExport.ExportEntry(ModificationType, String[], CSEntry)