PIPagingConfiguration.PageSize Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The size of the pages that will be returned depending on the PageType.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public int PageSize { get; set; }
Public Property PageSize As Integer Get Set Dim instance As PIPagingConfiguration Dim value As Integer value = instance.PageSize instance.PageSize = value
public: property int PageSize { int get (); void set (int value); }
member PageSize : int with get, set