This document is archived and information here might be outdated.  Recommended version.


IUserInfo.ConnectionTime Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IUserInfo.ConnectionTime Property

The time that the connection was made.

[Visual Basic .NET]
Public ReadOnly Property ConnectionTime As Object
[C#]
public object ConnectionTime {get;}
[C++]
HRESULT get_ConnectionTime(
  VARIANT* ConnectionTime
);
[C++]

Parameters ConnectionTime [out, retval] ConnectionTime is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Server time when the connection was established.

See Also

IUserInfo Interface