GroupingElementDataElementStructureId Property  | 
 
            Gets or sets the ID of the original data element structure (if there is one).
            
 
    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 DataElementStructureId { get; set; }Public Property DataElementStructureId As String
	Get
	Set
public:
property String^ DataElementStructureId {
	String^ get ();
	void set (String^ value);
}member DataElementStructureId : string with get, set
Property Value
Type: 
String
            The data element's structure ID.
            
See Also