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


IDatabaseLockInfo.LockOwner Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesGDB > ESRI.ArcGIS.DataSourcesGDB > Interfaces > ID > IDatabaseLockInfo Interface > IDatabaseLockInfo.LockOwner Property
ArcGIS Developer Help

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