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


IDatabaseLockInfo.LockTime Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesGDB)  

IDatabaseLockInfo.LockTime Property

The time when the lock was acquired.

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

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

Product Availability

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

See Also

IDatabaseLockInfo Interface