GroupingElementElementUniqueName Property  | 
 
            Gets the unique name of the element to add.
            
 
    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 ElementUniqueName { get; }Public ReadOnly Property ElementUniqueName As String
	Get
public:
property String^ ElementUniqueName {
	String^ get ();
}member ElementUniqueName : string with get
Property Value
Type: 
String
            The unique name of the element.
            
RemarksThis is the element to add to the metric set.  In the case of sub-hierarchies, this element is subsequently replaced.
See Also