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