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


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

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(
  VARIANT_BOOL* IsOwnLock
);
[C++]

Parameters IsOwnLock [out, retval] IsOwnLock is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDatabaseLockInfo Interface