IAFList.PageSize Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The number of items that are loaded from the server into a page of the collection.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
int PageSize { get; }
ReadOnly Property PageSize As Integer Get Dim instance As IAFList Dim value As Integer value = instance.PageSize
property int PageSize { int get (); }
abstract PageSize : int with get
Property Value
Type: Int32Returns the number of items that are loaded from the server into a page of the collection.
Remarks
When a collection IsPaging, this property indicates the number of items that are loaded from the server on each page of the collection. See IsPaging for more information about paged collections.
For a collection that does not support paging, this property will always return int.MaxValue.