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


IDatabaseLockInfo.LockTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesGDB > ESRI.ArcGIS.DataSourcesGDB > Interfaces > ID > IDatabaseLockInfo Interface > IDatabaseLockInfo.LockTime Property
ArcGIS Developer Help

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