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


IDatabaseLockInfo.LockOwner Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesGDB)  

IDatabaseLockInfo.LockOwner Property

The user that owns the lock.

[Visual Basic .NET]
Public ReadOnly Property LockOwner As String
[C#]
public string LockOwner {get;}
[C++]
HRESULT get_LockOwner(
  BSTR* owner
);
[C++]

Parameters owner [out, retval] owner is a parameter of type BSTR

Product Availability

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

See Also

IDatabaseLockInfo Interface