ArcObjects Library Reference (DataSourcesGDB)  

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(
  Signed 64-bit int* ID
);
[C++]

Parameters

ID [out, retval]   ID is a parameter of type Signed 64-bit int

Product Availability

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

See Also

IDatabaseLockInfo Interface