CSEntry.ConnectionState Property

Gets one of the ConnectionState values that indicates the connection state of the connector space object. This property is not available in the ExportEntry method or the ShouldDeleteFromMV method.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As CSEntry
Dim value As ConnectionState

value = instance.ConnectionState

Syntax

'Declaration
Public MustOverride ReadOnly Property ConnectionState As ConnectionState
public abstract ConnectionState ConnectionState { get; }
public:
virtual property ConnectionState ConnectionState {
    ConnectionState get () abstract;
}
/** @property */
public abstract ConnectionState get_ConnectionState ()
public abstract function get ConnectionState () : ConnectionState

Property Value

Returns a ConnectionState object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

CSEntry Class
CSEntry Members
Microsoft.MetadirectoryServices Namespace
ConnectionState Enumeration
ExportEntry
ShouldDeleteFromMV
CSEntry Class