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


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

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(
  System.String* 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