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

AF SDK Reference

Product Family
Current publication
Table of Contents

IAFList.PageSize Property

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.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: 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

Was this topic helpful?