AggregateType property
AggregateType?
get
AggregateType
Implementation
enumerations.AggregateType? get AggregateType => this.aggregateType;
set
AggregateType
(AggregateType? value)
Implementation
set AggregateType(enumerations.AggregateType? value) =>
this.aggregateType = value;