IAFList.SupportsPaging Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property indicates whether the collection supports paging.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
bool SupportsPaging { get; }
ReadOnly Property SupportsPaging As Boolean Get Dim instance As IAFList Dim value As Boolean value = instance.SupportsPaging
property bool SupportsPaging { bool get (); }
abstract SupportsPaging : bool with get
Property Value
Type: BooleanReturns if the collection supports paging.
Remarks
When the Count of a collection that supports paging exceeds the
PageSize, then the SDK will automatically page the collection
so not all items are loaded into memory. A page of items is loaded when
needed. An unreferenced page may be garbage collected. When this occurs, the
IsPaging property will be .