StateGroupMeasure Property |
Gets the metric set measure the state group is attached to.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public MeasureUsage Measure { get; }
Public ReadOnly Property Measure As MeasureUsage
Get
public:
property MeasureUsage^ Measure {
MeasureUsage^ get ();
}
member Measure : MeasureUsage with get
Property Value
Type:
MeasureUsageRemarks The property returns if the group states are applies to all the measures in the metric set.
See Also