ObjectClass: Integer;
The ObjectClass property returns class of the object, with which the operation was executed.
The returned numeric class value corresponds to one of the elements of the MetabaseObjectClass enumeration. The object class for custom class objects can be obtained in the IMetabaseCustomClass.ClassId property.
The property use is given in the example for IAuditLog.OpenChangesHistoryLog.
See also:
Defect 353945