IPlainAuditLogRecords.ObjectClass

Syntax

ObjectClass: Integer;

Description

The ObjectClass property returns class of the object, with which the operation was executed.

Comments

If the current record corresponds to repository connection, the property returns 0. One of the values available in the MetabaseObjectClass enumeration is returned for all other operations.

Example

The property use is given in the example for IAuditLog.OpenPlainLog.

See also:

IPlainAuditLogRecords