IAFList.PageSize Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- 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.0.1156
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.