GroupingHierarchyLevelUniqueName Property  | 
 
            Gets or sets the unique name of the linking level used to promote a column to a full hierarchy (if applicable).
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string LevelUniqueName { get; set; }Public Property LevelUniqueName As String
	Get
	Set
public:
property String^ LevelUniqueName {
	String^ get ();
	void set (String^ value);
}member LevelUniqueName : string with get, set
Property Value
Type: 
String
            The unique name of the linking level, if applicable.
            
See Also