AggregationType Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the type of calculation to return for the query.
'Declaration
Public Property AggregationType As HistorianAggregationType
'Usage
Dim instance As HistoryQueryArgs
Dim value As HistorianAggregationType
instance.AggregationType = value
value = instance.AggregationType
public HistorianAggregationType AggregationType {get; set;}
public:
property HistorianAggregationType AggregationType {
HistorianAggregationType get();
void set ( HistorianAggregationType value);
}