Gets or sets the property or dimension by which records should be aggregated.

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

Syntax

C#
[CommandParameterPropertyAttribute(Key = "A")]
public string AggregationKey { get; set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "A")> _
Public Property AggregationKey As String
Visual C++
[CommandParameterPropertyAttribute(Key = L"A")]
public:
property String^ AggregationKey {
	String^ get ();
	void set (String^ value);
}

See Also