AggregateOn property

PropertyDefinitionBase? get AggregateOn
Gets or sets the property to aggregate on.

Implementation

PropertyDefinitionBase? get AggregateOn => this.aggregateOn;
set AggregateOn (PropertyDefinitionBase? value)

Implementation

set AggregateOn(PropertyDefinitionBase? value) => this.aggregateOn = value;