Indicates whether this property value contains aggregate records. The value contains aggregate records when the base query that triggered this spotlight has the AggregationKey property set.

Namespace:  Endeca.Data.Content.Navigation
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)

Syntax

C#
bool ContainsAggregateRecords { get; }
Visual Basic (Declaration)
ReadOnly Property ContainsAggregateRecords As Boolean
Visual C++
property bool ContainsAggregateRecords {
	bool get ();
}

Return Value

A boolean indicating whether the property value contains aggregate records.

See Also