CalculatedMemberMeasureGroup Property  | 
 
            Gets or sets the measure group.
            
 
    Namespace: 
   Dundas.BI.Data.CubeDescriptors
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string MeasureGroup { get; set; }Public Property MeasureGroup As String
	Get
	Set
public:
property String^ MeasureGroup {
	String^ get ();
	void set (String^ value);
}member MeasureGroup : string with get, set
Property Value
Type: 
String
See Also