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