Gets or sets the number of items in each result set.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[DefaultValueAttribute()]
public Nullable<int> AggregateRecordsPerPage { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
Public Property AggregateRecordsPerPage As Nullable(Of Integer)
Visual C++
[DefaultValueAttribute()]
public:
property Nullable<int> AggregateRecordsPerPage {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

See Also