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