ConnectionState Enumeration
Identifies the state of a connector space object. The ConnectionState property contains one of the values of this enumeration.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As ConnectionState
Syntax
'Declaration
Public Enumeration ConnectionState
public enum ConnectionState
public enum class ConnectionState
public enum ConnectionState
public enum ConnectionState
Members
Member name | Description |
---|---|
Connected | Indicates that the connector space object is connected to a metaverse object. |
Disconnected | Indicates that the connector space object is not connected to a metaverse object, but it may be a candidate for connection to a metaverse object in the future. |
DisconnectedByFilter | Indicates that the connector space object was disconnected by the connector filter rules. |
ExplicitlyConnected | Indicates that the connector space object is connected explicitly by a member of the MIISAdmins or MIISOperators group to a metaverse object by the account joiner. |
ExplicitlyDisconnected | Indicates that the connector space object is not connected to a metaverse object, and it will not be a candidate for connection to a metaverse object in the future. |
Placeholder | Indicates that the connector space object exists implicitly in the connected directory, but it has not been imported. |
Platforms
Target Platforms
See Also
Reference
Microsoft.MetadirectoryServices Namespace
ConnectionState
Microsoft.MetadirectoryServices