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


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

IDatabaseLockInfo.LockMode Property

The mode of the lock.

[Visual Basic .NET]
Public ReadOnly Property LockMode As esriSdeLockMode
[C#]
public esriSdeLockMode LockMode {get;}
[C++]
HRESULT get_LockMode(
  esriSdeLockMode* mode
);
[C++]

Parameters mode [out, retval]
mode is a parameter of type esriSdeLockMode

Product Availability

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

See Also

IDatabaseLockInfo Interface