IAFList Properties
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The IAFList type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the ICollection. (Inherited from ICollection.) | |
| Database |
This read-only property returns the AFDatabase where this object is defined.
| |
| Identity |
This read-only property contains identity of the object.
| |
| IsDeleted |
This read-only property indicates whether the owner of the collection has been deleted.
| |
| IsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from IList.) | |
| IsPaging |
This read-only property indicates whether the collection is currently paging its items.
| |
| IsReadOnly | Gets a value indicating whether the IList is read-only. (Inherited from IList.) | |
| IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ICollection.) | |
| ItemInt32 | Gets or sets the element at the specified index. (Inherited from IList.) | |
| ItemGuid |
Gets the item with the specified id.
| |
| ItemString |
Returns the specified object from the collection by name.
| |
| ItemIdentity |
This read-only property specifies the identity of the objects within the collection.
| |
| PageSize |
The number of items that are loaded from the server into a page of the collection.
| |
| Parent |
The parent AFObject that owns the collection.
| |
| PISystem |
This read-only property allows access to the PISystem
associated with this collection.
| |
| SupportsPaging |
This read-only property indicates whether the collection supports paging.
| |
| SyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection.) |