ArcGIS Pro 2.6 API Reference Guide
ObjectID Property (DifferenceCursor)

ArcGIS.Core.Data Namespace > DifferenceCursor Class : ObjectID Property
Gets the object ID of current difference Row in this DifferenceCursor.
Syntax
public long ObjectID {get;}
Public ReadOnly Property ObjectID As Long
Remarks
If the difference type DifferenceType.DeleteNoChange or DifferenceType.DeleteUpdate is specified, this property indicates which specific row that has this object ID has been deleted from the source table. This property returns -1 if the cursor has passed the end of the collection.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

DifferenceCursor Class
DifferenceCursor Members