Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)
Usage
Visual Basic |
---|
Dim instance As ConnectionState |
Syntax
Visual Basic |
---|
Public Enumeration ConnectionState |
C# |
---|
public enum ConnectionState |
C++ |
---|
public enum class ConnectionState |
J# |
---|
public enum ConnectionState |
JScript |
---|
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. |