Gets the local date and time of when the CSEntry object was last connected to, or disconnected from, a metaverse object. This property is not available in the ExportEntry method.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As CSEntry
Dim value As DateTime

value = instance.ConnectionChangeTime

Syntax

Visual Basic
Public MustOverride ReadOnly Property ConnectionChangeTime As DateTime
C#
public abstract DateTime ConnectionChangeTime { get; }
C++
public:
virtual property DateTime ConnectionChangeTime {
		DateTime get () abstract;
}
J#
/** @property */
public abstract DateTime get_ConnectionChangeTime ()
JScript
public abstract function get ConnectionChangeTime () : DateTime

Property Value

Returns a DateTime 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