AFKeyedResults(TKey, TResult) Properties
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFKeyedResultsTKey, TResult generic type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of items actually contained in the collection.
| |
| Errors | (Inherited from AFErrorsTKey.) | |
| HasErrors |
Indicates if any errors were returned from the method.
(Inherited from AFErrorsTKey.) | |
| Item |
Gets the item with the specified key.
| |
| PIServerErrors |
The dictionary of errors for a PIServer.
(Inherited from AFErrorsTKey.) | |
| PISystemErrors |
The dictionary of errors for a PISystem.
(Inherited from AFErrorsTKey.) | |
| Results |
The dictionary of results returned from a method.
|