OlapHierarchyIsAggregatable Property  | 
 
            Gets or sets a value indicating whether hierarchy is aggregatable.
            
 
    Namespace: 
   Dundas.BI.Data.Metadata.Olap
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsAggregatable { get; set; }Public Property IsAggregatable As Boolean
	Get
	Set
public:
property bool IsAggregatable {
	bool get ();
	void set (bool value);
}member IsAggregatable : bool with get, set
Property Value
Type: 
Boolean if hierarchy is aggregatable; otherwise, 
.
            
See Also