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


IDatabaseLockInfo.LockOwner Property (ArcObjects .NET 10.6 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(
  System.String* 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