ArcObjects Library Reference (DataSourcesGDB)  

IDatabaseLockInfo.LockType Property

The type of lock.

[Visual Basic .NET]
Public ReadOnly Property LockType As esriSdeLockType
[C#]
public esriSdeLockType LockType {get;}
[C++]
HRESULT get_LockType(
  esriSdeLockType* LockType
);
[C++]

Parameters

LockType [out, retval]

  LockType is a parameter of type esriSdeLockType

Product Availability

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

See Also

IDatabaseLockInfo Interface