IAFNamedCollection(T) Properties
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The IAFNamedCollectionT generic type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the ICollectionT. (Inherited from ICollectionT.) | |
| IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ICollectionT.) | |
| ItemInt32 | Gets or sets the element at the specified index. (Inherited from IListT.) | |
| ItemGuid |
Gets the item with the specified id.
| |
| ItemString |
Returns the specified object from the collection by name.
|