 | BiViewDefinitionAggregationDefinitions Property |
Gets or sets the aggregation definitions
Namespace: SanteDB.BI.ModelAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic List<BiAggregationDefinition> AggregationDefinitions { get; set; }Public Property AggregationDefinitions As List(Of BiAggregationDefinition)
Get
Set
public:
property List<BiAggregationDefinition^>^ AggregationDefinitions {
List<BiAggregationDefinition^>^ get ();
void set (List<BiAggregationDefinition^>^ value);
}member AggregationDefinitions : List<BiAggregationDefinition> with get, set
Property Value
ListBiAggregationDefinition
See Also