OlapHierarchyIsUnbalanced Property  | 
 
            Gets or sets a value indicating whether hierarchy is unbalanced.
            
 
    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 IsUnbalanced { get; set; }Public Property IsUnbalanced As Boolean
	Get
	Set
public:
property bool IsUnbalanced {
	bool get ();
	void set (bool value);
}member IsUnbalanced : bool with get, set
Property Value
Type: 
Boolean if hierarchy is unbalanced; otherwise, 
.
            
See Also