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 (24.3.0.1000)
Syntax public 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.
Remarks This is the element to add to the metric set. In the case of sub-hierarchies, this element is subsequently replaced.
See Also