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


IDatabaseLockInfo.ObjectName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesGDB)  

IDatabaseLockInfo.ObjectName Property

The name of the locked object.

[Visual Basic .NET]
Public ReadOnly Property ObjectName As String
[C#]
public string ObjectName {get;}
[C++]
HRESULT get_ObjectName(
  BSTR* name
);
[C++]

Parameters name [out, retval] name is a parameter of type BSTR

Product Availability

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

See Also

IDatabaseLockInfo Interface