Share via


CSEntry.ConnectionChangeTime Property

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

'Usage
Dim instance As CSEntry
Dim value As DateTime

value = instance.ConnectionChangeTime

Syntax

'Declaration
Public MustOverride ReadOnly Property ConnectionChangeTime As DateTime
public abstract DateTime ConnectionChangeTime { get; }
public:
virtual property DateTime ConnectionChangeTime {
    DateTime get () abstract;
}
/** @property */
public abstract DateTime get_ConnectionChangeTime ()
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

Reference

CSEntry Class
CSEntry Members
Microsoft.MetadirectoryServices Namespace
ExportEntry
CSEntry Class