CellsetTopHierarchyLevels Property  | 
 
            Gets the requested top level depths by hierarchy name.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IDictionary<string, int> TopHierarchyLevels { get; }Public ReadOnly Property TopHierarchyLevels As IDictionary(Of String, Integer)
	Get
public:
property IDictionary<String^, int>^ TopHierarchyLevels {
	IDictionary<String^, int>^ get ();
}member TopHierarchyLevels : IDictionary<string, int> with get
Property Value
Type: 
IDictionaryString, 
Int32
See Also