IAdmPasswordSelfServiceReportRecordCollection
The IAdmPasswordSelfServiceReportRecordCollection interface represents a collection of Password Self-Service report records. Each record in the collection is represented by the IAdmPasswordSelfServiceReportRecord interface.
Inheritance: IEnumerable
Methods
-
Method
-
Description
-
GetRecord()
-
Returns a record by its index.
-
GetEnumerator()
-
Retrieves an enumerator object for this collection of report records.
Properties
-
Property
-
Description
-
Count
-
Gets the number of report records in the collection.
Details
GetRecord()
Returns a record by its index.
IAdmPasswordSelfServiceReportRecord GetRecord(int index)
GetEnumerator()
Retrieves an enumerator object for this collection of report records. The enumerator object implements the IEnumerator interface that can be used to enumerate records in foreach loops.
IEnumerator GetEnumerator()
Count
Gets the number of report records in the collection.
- Type:
- int
- Access:
- Read-only
Requirements
Minimum required version: 2011.3