Gets or sets the number of constituent records to retrieve per aggregate record.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

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

See Also