  | BiViewPivotDefinitionAggregateFunction Property  | 
 
            BI Aggregate function
            
 
    Namespace: 
   SanteDB.BI.Model
    Assembly:
   SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntaxpublic BiAggregateFunction AggregateFunction { get; set; }Public Property AggregateFunction As BiAggregateFunction
	Get
	Set
public:
property BiAggregateFunction AggregateFunction {
	BiAggregateFunction get ();
	void set (BiAggregateFunction value);
}member AggregateFunction : BiAggregateFunction with get, set
Property Value
Type: 
BiAggregateFunction
See Also