Microsoft Identity Integration Server 2003 Developer Reference

ConnectionState

The ConnectionState enumeration is used to identify the state of a connector space object. The CSEntry.ConnectionState property contains one of the values of this enumeration.

public enum ConnectionState

Members

Member Description
Connected The connector space object is connected to a metaverse object.
ExplicitlyConnected The connector space object is connected explicitly by a member of the MIISAdmins or MIISOperators group to a metaverse object by the account joiner.
Disconnected The connector space object is not connected to an metaverse object but may be a candidate for connection to a metaverse object in the future.
DisconnectedByFilter The connector space object was disconnected by the connector filter rules.
ExplicitlyDisconnected The connector space object is not connected to a metaverse object and will not be a candidate for connection to a metaverse object in the future.
Placeholder The connector space object exists implicitly in the connected directory, but has not been imported.

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.ConnectionState