Get the page size (number of target objects per page)

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
int PageSize { get; }
Visual Basic
ReadOnly Property PageSize As Integer
	Get
Visual C++
property int PageSize {
	int get ();
}

See Also