IPlainAuditLogRecords.IsLogon

Syntax

IsLogon: Boolean;

Description

The IsLogon property returns the value that indicates whether the current records corresponds to repository connection operation.

Comments

The property returns True if the current record corresponds to the repository connection operation, and False for all other operations.

Example

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

See also:

IPlainAuditLogRecords