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


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

IDatabaseLockInfo.ObjectID Property

The ID of the locked object.

[Visual Basic .NET]
Public ReadOnly Property ObjectID As Long
[C#]
public long ObjectID {get;}
[C++]
HRESULT get_ObjectID(
  System.Int64* ID
);
[C++]
Parameters
ID [out, retval]

ID is a parameter of type int64*

Product Availability

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

See Also

IDatabaseLockInfo Interface