MeasureDataDefaultAggregator Property |
Gets or sets the default aggregator.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "defaultAggregator")]
public AggregatorFunctions DefaultAggregator { get; set; }<DataMemberAttribute(Name := "defaultAggregator")>
Public Property DefaultAggregator As AggregatorFunctions
Get
Set
public:
[DataMemberAttribute(Name = L"defaultAggregator")]
property AggregatorFunctions DefaultAggregator {
AggregatorFunctions get ();
void set (AggregatorFunctions value);
}[<DataMemberAttribute(Name = "defaultAggregator")>]
member DefaultAggregator : AggregatorFunctions with get, set
Property Value
Type:
AggregatorFunctions
Exceptions
See Also