Gets or sets the name of the property by which records should be aggregated
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
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); } | 





