Microsoft Identity Integration Server 2003 Developer Reference

CSEntry.ConnectionRule

The ConnectionRule property retrieves one of the RuleType values that indicates the type of rule that connected the CSEntry object to or disconnected the CSEntry from a metaverse object. This property is not available in the IMAExtensibleCallExport.ExportEntry(ModificationType, String[], CSEntry) method.
[C#]
public RuleType ConnectionRule {get;}
[Visual Basic .NET]
Public ReadOnly Property ConnectionRule As RuleType

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

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