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