IAdmLogRecords

The IAdmLogRecords interface represents a collection of log records.

Inheritance: IEnumerable

Methods

  • Method

  • Description

  • GetObject()

  • Retrieves a log record by its index.

  • GetEnumerator()

  • Retrieves an enumerator object for this collection of log records.

Properties

  • Property

  • Description

  • Count

  • Gets the number of log records in the collection.

Details

GetObject()

Retrieves a log record by its index.

IAdmLogRecord GetObject(int index)

GetEnumerator()

Retrieves an enumerator object for this collection of log records. The enumerator object implements the IEnumerator interface that can be used to enumerate log records in foreach loops.

IEnumerator GetEnumerator()

Count

Gets the number of log records in the collection.

  • Type:
  • int
  • Access:
  • Read-only

Requirements

Minimum required version: 2009.1

See also