Assembly: Metabase;
The IMetabaseUpdateLogRecords interface is used to work with the collection of update process log records.
IMetabaseUpdateLogRecords
The collection of records can be obtained using the IMetabaseUpdateLog.Records property.
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: