IMetabaseUpdateLogRecords

Assembly: Metabase;

Description

The IMetabaseUpdateLogRecords interface is used to work with the collection of update process log records.

Inheritance Hierarchy

IMetabaseUpdateLogRecords

Comments

The collection of records can be obtained using the IMetabaseUpdateLog.Records property.

Properties

  Property name Brief description
Count The Count property returns the number of records in update process log.
Item The Item property returns the record from update process log with the specified index.

See also:

Metabase Assembly Interfaces