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

AF SDK Reference

IAFList.SupportsPaging Property

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

Version Information

AFSDK


See Also

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