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


IDatabaseLockInfo.IsOwnLock 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.IsOwnLock Property
ArcGIS Developer Help

IDatabaseLockInfo.IsOwnLock Property

Is the lock from the current connection.

[Visual Basic .NET]
Public ReadOnly Property IsOwnLock As Boolean
[C#]
public bool IsOwnLock {get;}
[C++]
HRESULT get_IsOwnLock(
  Boolean* IsOwnLock
);
[C++]
Parameters
IsOwnLock [out, retval]

IsOwnLock is a parameter of type bool*

Product Availability

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

See Also

IDatabaseLockInfo Interface