Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

IAFList.PageSize Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
IAFList.PageSize Property
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: Int32
Returns 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.

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in